-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Serialization in other languages #266
Comments
You could compile a Rust program to webassembly and do it there? Otherwise, I'd recommend using Serde with msgpack or bson |
I'm turning this into a tracking issue for serialization in other languages. Here are the languages I would like to see:
Feel free to suggest more |
How about Python? |
I don't have any experience in python, but that would be a good thing to see this in! Once I have a spec written I can also get help from the community to write implementations. |
Puts some prominent text into the `readme.md` regarding some use cases that are likely to be common, along with a few hopefully helpful pointers to avoid footguns. Closes bincode-org#345, closes bincode-org#216, addresses bincode-org#240, bincode-org#266.
Hi, I want to have communication between two micro-servers, but one of them is based on rust and the other is based on go.How can I deserialize the messages from the rust server and serialize the messages I have to send to rust server by go ? |
…uts (#346) * Address questions regarding suitability for storage and untrusted inputs Puts some prominent text into the `readme.md` regarding some use cases that are likely to be common, along with a few hopefully helpful pointers to avoid footguns. Closes #345, closes #216, addresses #240, #266. * Fix typos in `readme.md` * Remove confusing sentence post 1.0, as requested
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
Anyway you can provide an example to do the ser in Javascript?
Would be awesome for Rust servers.
Thanks man!
The text was updated successfully, but these errors were encountered: