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
While most JavaScript objects can be encoded to and from JSON with ease, there are still some cases where users might prefer to have the option to implement a serialization handler for our SDK to call internally. The alternative is to recommend that users pass datatypes as strings and manually handle serialization themselves, which isn't particularly elegant.
Since Python already does this, I think there's good reason to consider porting that infrastructure to JS as well.
The text was updated successfully, but these errors were encountered:
While most JavaScript objects can be encoded to and from JSON with ease, there are still some cases where users might prefer to have the option to implement a serialization handler for our SDK to call internally. The alternative is to recommend that users pass datatypes as strings and manually handle serialization themselves, which isn't particularly elegant.
Since Python already does this, I think there's good reason to consider porting that infrastructure to JS as well.
The text was updated successfully, but these errors were encountered: