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

Custom serializers #3

Open
elementbound opened this issue Jan 25, 2023 · 0 comments
Open

Custom serializers #3

elementbound opened this issue Jan 25, 2023 · 0 comments
Labels
nice to have Features considered but not deemed required

Comments

@elementbound
Copy link
Owner

elementbound commented Jan 25, 2023

Background

Currently we're using the standard JSON.stringify method to write messages. However, if the message shape is known in advance, we can potentially stringify it way faster. To support this, custom serializers are proposed.

Done criteria

TBD

Notes

  1. If this change turns out to be valuable, the same could be done for deserializing.
@elementbound elementbound added the nice to have Features considered but not deemed required label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have Features considered but not deemed required
Projects
None yet
Development

No branches or pull requests

1 participant