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
For now, we implicitly expect all serializers and format to throw either SerializationException or IllegalArgumentException (the former is the subclass of the latter, rationale).
We have to properly document this invariant in all the corresponding places (formats, base classes, .md guides etc.)
The text was updated successfully, but these errors were encountered:
For now, we implicitly expect all serializers and format to throw either
SerializationException
orIllegalArgumentException
(the former is the subclass of the latter, rationale).We have to properly document this invariant in all the corresponding places (formats, base classes,
.md
guides etc.)The text was updated successfully, but these errors were encountered: