Kotlin / kotlinx.serialization

Kotlin multiplatform / multi-format serialization
Apache License 2.0
5.27k stars 616 forks source link

Standard deserializers for standard utility classes #1179

Open gerob311 opened 3 years ago

gerob311 commented 3 years ago

What is your use-case and why do you need this feature? It would be nice if for example, basic built in Java classes (such as UUID) could be deserialised without writing a custom deserialiser.

Describe the solution you'd like Is there another project somewhere with a library of serialisers for Java and Kotlin utility classes?

sandwwraith commented 3 years ago

I'm not aware of such a library. We had a plan to provide additional module with serializers for Java classes, but this is postponed now.