We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should avoid issues with graalvm: protocolbuffers/protobuf#6497
The text was updated successfully, but these errors were encountered:
Also this might be a bit faster in some cases because it doesn't use reflections.
Sorry, something went wrong.
We should also consider getting rid of google's protobuf, but rather use https://github.com/HebiRobotics/QuickBuffers
For the time being it makes sense to stay on google's official library, and avoid the lite runtime, as toString and equals won't work with it 🤷
No branches or pull requests
This should avoid issues with graalvm: protocolbuffers/protobuf#6497
The text was updated successfully, but these errors were encountered: