Another question about map serialization. I have a...
# serialization
a
Another question about map serialization. I have a map with polymorphic value type and I have serializer module for it. How can I construct a serializer for the map to use in custom serializer?
d
MapSerializer(String.serializer(), PolymorphicSerializer(YourClass::class))
?
🙏 1
1
a
Wow, looks simple, let me try it.
Seems to be working, thanks @Dominaezzz
👍🏼 1