-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels