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
In things like EnumMapSerializer, VarInt encoding is smaller than int encoding for both lengths and ordinal() values. Please prefer it.
The text was updated successfully, but these errors were encountered:
Which serializer are you referring to? Do you want to submit a PR?
Sorry, something went wrong.
https://github.com/magro/kryo-serializers/blob/master/src/main/java/de/javakaffee/kryoserializers/EnumMapSerializer.java#L96
Should use writeVarInt() to save 3 bytes.
Right. As said, feel free to submit a PR!
ca06b9c
Merge pull request #102 from Pr0methean/patch-1
b11df0d
Fix #95
No branches or pull requests
In things like EnumMapSerializer, VarInt encoding is smaller than int encoding for both lengths and ordinal() values. Please prefer it.
The text was updated successfully, but these errors were encountered: