-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add an option to serialize BigDecimal as String #59
Comments
Hello @guyboertje , I saw an open PR for this issue. Could you help look at it? it's appreciated that this issue can be resolved. So we don't need to check every column that used BIGINT(8) in our codebase. |
hello @frankwong15 , it would be great to add another optional option for Bignum, or 64 bits integer. Because browser only supports 53 bits integer. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER) |
Rails serialize BigDecimal as String. If we want to use JrJackson as drop in replacement, we need an option to serialize BigDecimal as String.
Test case:
Output:
The text was updated successfully, but these errors were encountered: