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

serde support #11

Closed
liamcurry opened this issue Oct 27, 2018 · 0 comments
Closed

serde support #11

liamcurry opened this issue Oct 27, 2018 · 0 comments
Milestone

Comments

@liamcurry
Copy link
Collaborator

Serde is the defacto standard when it comes to serializing and deserializing data. It will be necessary for table structs to support Serde's Serialize/Deserialize traits in order to implement the RPC API later on.

Implementing this will require writing custom serializers/deserializers for EOS types, for example:

  • Booleans are 0 or 1
  • Large numbers can sometimes be integers, sometimes be strings
@liamcurry liamcurry added this to the 1.0 milestone Oct 27, 2018
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

1 participant