You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we follow the same approach of "just annotate it with @Serializable", with our current design, it will be possible to deserialize values that are not valid.
I don't really see a good way to do this at the moment, I'm interested if you have any ideas.
The text was updated successfully, but these errors were encountered:
KotlinX.Serialization has a great serialization story with regular Kotlin:
If we follow the same approach of "just annotate it with
@Serializable
", with our current design, it will be possible to deserialize values that are not valid.I don't really see a good way to do this at the moment, I'm interested if you have any ideas.
The text was updated successfully, but these errors were encountered: