Join Slack
Powered by
I need to serialize a data class I do not own. It ...
# getting-started
m
Mihai Voicescu
10/14/2021, 10:11 AM
I need to serialize a data class I do not own. It just needs the default Serializer. Is there any easy way of doing this (hopefully without defining a custom serializer)?
✅ 1
Mihai Voicescu
10/14/2021, 10:14 AM
Got it 🙂
https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serializers.md#deriving-external-serializer-for-another-kotlin-class-experimental
Open in Slack
Previous
Next