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

Bytes as primitive type in Wirespec #287

Closed
wilmveel opened this issue Nov 12, 2024 · 2 comments
Closed

Bytes as primitive type in Wirespec #287

wilmveel opened this issue Nov 12, 2024 · 2 comments

Comments

@wilmveel
Copy link
Contributor

Add Bytes to the primitive types:

 enum class Type { String, Integer, Number, Boolean, Bytes }
@EdwinOuwehand
Copy link

Looks like this has been completed already. Btw, wouldn't binary have been nicer?

@jerrevanveluw
Copy link
Collaborator

Was indeed done. The choice for Bytes reflects ByteArray or Byte[] in other languages. BInary would imply a number, Bytes imply a bytestream for upload for instance.

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

3 participants