Deserializing mutable collections. When will this ...
# serialization
s
Deserializing mutable collections. When will this be possible?
v
What do you mean by that? Mutable collections are supported
s
I mean extensions on
KSerializer
that mirror mutable versions of the collection extensions already present:
.mutableList
for
.list
,
.mutableMap
for
.map
, et cetera