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
We are changing the way of operation serialization. JSON string won't be used anymore but we still need to reduce class instance to a pure object. We need to ensure that all toJSON() calls create a proper structure including nested objects.
The text was updated successfully, but these errors were encountered:
We are changing the way of operation serialization. JSON string won't be used anymore but we still need to reduce class instance to a pure object. We need to ensure that all
toJSON()
calls create a proper structure including nested objects.The text was updated successfully, but these errors were encountered: