Skip to content

Serialize & Deserialize Kotlin Delegates #1578

@wakaztahir

Description

@wakaztahir

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions