Join Slack
Powered by
I am so confused by kotlix.serialization it seems ...
# announcements
m
mplain
11/06/2020, 11:23 AM
I am so confused by kotlix.serialization it seems it is meant to serialize custom objects only, annotated with @Serializable I cannot figure out how to serialize a simple Map<K,V>
v
Vampire
11/06/2020, 11:50 AM
Seems to depend on the key:
https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/builtin-classes.md#maps
m
mplain
11/06/2020, 12:39 PM
i'll take a look at this, thank you
5
Views
Open in Slack
Previous
Next