Join Slack
Powered by
If I understood your question, yes, it is. AFAIK t...
# serialization
n
neworldlt
03/25/2018, 1:13 PM
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
4
Views
Open in Slack
Previous
Next