Also, Kotlin Serialization is the only serializati...
# arrow
e
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
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