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

Feature request: (de)serialize msgpack #822

Open
pfeatherstone opened this issue Dec 21, 2022 · 3 comments
Open

Feature request: (de)serialize msgpack #822

pfeatherstone opened this issue Dec 21, 2022 · 3 comments
Labels
Doc Related to documentation

Comments

@pfeatherstone
Copy link

Would be great if you could serialize/deserialize to/from a json object.

@vinniefalco vinniefalco added the Doc Related to documentation label Dec 27, 2022
@vinniefalco
Copy link
Member

vinniefalco commented Dec 27, 2022

We need to document our position on these other serialization formats - that is, that we do not support them nor do we intend to support them. And we should explain why. We could offer serializers for other formats like MSGPACK as example programs - not part of the public API of the library itself, and without a corresponding parser.

@pfeatherstone
Copy link
Author

It's not immediately obvious to me. Making this work with Beast would be awesome. I don't want to send massive stringy JSON objects to the browser. Msgpack is way better

@vinniefalco
Copy link
Member

Compress the JSON using gzip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Doc Related to documentation
Projects
None yet
Development

No branches or pull requests

2 participants