Join Slack
Powered by
Guys, is there any way to serialize/deserialize `s...
# serialization
y
y2k_
02/15/2018, 10:00 AM
Guys, is there any way to serialize/deserialize
sealed class
to json (via kotlin-serialization of course)?
s
sandwwraith
02/15/2018, 10:20 PM
There are no special treatment of sealed classes, so they’re subject to current restricted polymorphic serialization
9
Views
Open in Slack
Previous
Next