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
It' quite easy to test JSON serialization with property based tests, by testing the isomorphism:
simply serialize the object graph and then deserialize it back. The resulting object graph has to be the same as the original one.
The only task is to define some sophisticated types. The complex, the better...
The text was updated successfully, but these errors were encountered:
It' quite easy to test JSON serialization with property based tests, by testing the isomorphism:
simply serialize the object graph and then deserialize it back. The resulting object graph has to be the same as the original one.
The only task is to define some sophisticated types. The complex, the better...
The text was updated successfully, but these errors were encountered: