Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide user-implementable serialization and deserialization handlers #243

Open
davidmrdavid opened this issue Feb 12, 2021 · 0 comments
Open
Labels
Enhancement New feature or request P2 Priority 2 item

Comments

@davidmrdavid
Copy link
Collaborator

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.

@ghost ghost added the Needs: Triage 🔍 label Feb 12, 2021
@davidmrdavid davidmrdavid added Enhancement New feature or request P2 Priority 2 item and removed Needs: Triage 🔍 labels Feb 12, 2021
@davidmrdavid davidmrdavid self-assigned this Feb 12, 2021
@davidmrdavid davidmrdavid removed their assignment Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request P2 Priority 2 item
Projects
None yet
Development

No branches or pull requests

1 participant