You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created kproxymap to facilitate use of kotlinx.serialization compiler plugin generated serialization with proxy maps in https://github.com/moshbear/kproxymap . You're welcome to use the ideas with attribution.
Yes, it's also reflection-heavy, but
(1) there's caching to make the cost one-time per distinct proxied type, and
(2) querying copy method params and properties otherwise isn't feasible without going into KSP transformations
The text was updated successfully, but these errors were encountered:
I've created kproxymap to facilitate use of kotlinx.serialization compiler plugin generated serialization with proxy maps in https://github.com/moshbear/kproxymap . You're welcome to use the ideas with attribution.
Yes, it's also reflection-heavy, but
(1) there's caching to make the cost one-time per distinct proxied type, and
(2) querying copy method params and properties otherwise isn't feasible without going into KSP transformations
The text was updated successfully, but these errors were encountered: