Can someone tell me whats wrong? It looks like the...
# serialization
g
Can someone tell me whats wrong? It looks like the serializer doesnt recognize my Map<String,String>. Im getting an
java.lang.InstantiationError: kotlinx.serialization.KSerializer
error. Even when I use the Data(abc) nesting example from <https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/examples.md>
s
Seems like a debugger error to me. Does the program itself runs normally?
g
Nope it crashes, thats why I started debugging. As soon as I use a (hash)map in my data class this problem occurs on Android Studio
s
Could you please submit your issue to https://github.com/Kotlin/kotlinx.serialization/issues ?
g