-
Notifications
You must be signed in to change notification settings - Fork 652
Open
Description
What is your use-case and why do you need this feature?
Right now there is no way to serialize kotlin delegates and even if there is , its not easy !
I use Jetpack Compose , If I use type like MutableState and specify a custom serializer I have to type .value for each property everywhere in my code where I used it , which is just very annoying and code doesn't look good
Describe the solution you'd like
I would like an easy annotation / way to serialize delegated properties , easy way to enforce serialization for delegated properties
jj-sn, mgroth0, JBou, orangy, darkxanter and 4 more