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

Investigate possibility of serializing whole structs at once #5

Open
izackp opened this issue Mar 7, 2019 · 0 comments
Open

Investigate possibility of serializing whole structs at once #5

izackp opened this issue Mar 7, 2019 · 0 comments

Comments

@izackp
Copy link
Owner

izackp commented Mar 7, 2019

  • See if the majority of languages support byte[] -> Struct
  • Will also have to throw any endianess out and support Little Endian only (Only a few microcontrollers support BE).

Be aware even though TCP serialized in BE that doesn't mean it's content has to be, so it means very little as argument against it.. seemingly.

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

No branches or pull requests

1 participant