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
Currently, a user could try to de-serialize a system JSON file with the wrong System class and get a confusing error. We could check this explicitly by recording the System class information into the JSON file and then raise a specific error during de-serialization. It could be opt-in or opt-out. It's likely better to be strict by default.
The text was updated successfully, but these errors were encountered:
Currently, a user could try to de-serialize a system JSON file with the wrong System class and get a confusing error. We could check this explicitly by recording the System class information into the JSON file and then raise a specific error during de-serialization. It could be opt-in or opt-out. It's likely better to be strict by default.
The text was updated successfully, but these errors were encountered: