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

JsonJacksonFormat: unsigned int and long aren't output/input as unsigned. #15

Closed
scr opened this issue Nov 9, 2015 · 0 comments
Closed

Comments

@scr
Copy link
Collaborator

scr commented Nov 9, 2015

@kunzchr reported recently that UINT32, FIXED32, UINT64 and FIXED64 types write out and read in as signed ints/longs, whereas they need to use the next larger types (long / BigInteger) to load and then cast (after any appropriate range checks).

@scr scr closed this as completed in f6bccd6 Nov 9, 2015
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