If I understood your question, yes, it is. AFAIK t...
# serialization
n
If I understood your question, yes, it is. AFAIK this is working with with string keys. You need create serialiser for map:
Copy code
val mp: KSerializer<Map<String, Int>> = (StringSerializer to IntSerializer).map