Are there any known issues around `JsonClassDiscri...
# serialization
c
Are there any known issues around
JsonClassDiscriminator
and iOS? I'm using that in combination with a sealed class hierarchy. On Android, the value that I specified in this annotation is respected. On iOS, it just uses the default (
"type"
).