Guys, anyone have a good solution for Serializing...
# ktor
i
Guys, anyone have a good solution for Serializing collections of different element types is not yet supported? This is extremely annoying.
d
What collection types are you trying to serialize?
You might have to use a custom serializer.
i
Just a map of strings... Inside which one value is an arraylist of strings
a
Can you please illustrate your issue with a code snippet?
plus1 1