Also, Kotlin Serialization is the only serialization library so far (or of which I'm aware) that has
@Optional
annotation, so it helps a little
g
gildor
12/27/2018, 1:08 AM
But Optional annotation is more about disabling desetialization check for missing fields, because it's much more strict by default than usual Json parser, because created for many use cases