-
Notifications
You must be signed in to change notification settings - Fork 175
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
Usigned numbers don't serialize as expected #524
Comments
Although description should be enough to reproduce the issue, adding sample test inline (or PR if preferred) could speed up resolution. |
Sorry! Please find below:
Obs.: This test will also fail due to #525 |
Although |
Thank you for the work guys. Looking forward for the 2.13.2 release |
Describe the bug
Unsigned numbers inside a object serializes as signed numbers
To Reproduce
Create a data class with an ULong.MAX_VALUE field
Try to serialize it
Expected behavior
Serialize as ULong.MAX_VALUE instead of -1
Versions
Kotlin:
Jackson-module-kotlin: 2.13
Jackson-databind: 2.13
The text was updated successfully, but these errors were encountered: