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

Serialization in other languages #266

Closed
NN-Binary opened this issue May 13, 2019 · 6 comments
Closed

Serialization in other languages #266

NN-Binary opened this issue May 13, 2019 · 6 comments

Comments

@NN-Binary
Copy link

Hi,

Anyway you can provide an example to do the ser in Javascript?
Would be awesome for Rust servers.

Thanks man!

@TyOverby
Copy link
Collaborator

You could compile a Rust program to webassembly and do it there?

Otherwise, I'd recommend using Serde with msgpack or bson

@ZoeyR
Copy link
Collaborator

ZoeyR commented Jun 23, 2020

I'm turning this into a tracking issue for serialization in other languages. Here are the languages I would like to see:

  • C++
  • Javascript
  • C#
  • Java
  • Python

Feel free to suggest more

@ZoeyR ZoeyR changed the title Javascript serialization Serialization in other languages Jun 23, 2020
@yan-zaretskiy
Copy link

How about Python?

@ZoeyR
Copy link
Collaborator

ZoeyR commented Jun 23, 2020

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.

mbr added a commit to mbr/bincode that referenced this issue Aug 13, 2020
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.
@CRRRRR2016
Copy link

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 ?

ZoeyR pushed a commit that referenced this issue Feb 23, 2021
…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
@stale
Copy link

stale bot commented Jun 13, 2021

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.

@stale stale bot added the stale label Jun 13, 2021
@stale stale bot closed this as completed Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants