-
Notifications
You must be signed in to change notification settings - Fork 20
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 utility to support json serialization/deserialization with JSONBigInt #57
Comments
fixes eclipse-cdt-cloud#57 Signed-off-by: Bernd Hufmann <[email protected]>
@bhufmann, may we close this issue, told as having been fixed by this commit? |
That commit is still in my fork of the repository and hasn't been mainlined. Re-opening this Issue. |
Thanks, didn't notice the fork branch; sorry for the hassle. Noted. |
fixes eclipse-cdt-cloud#57 Signed-off-by: Bernd Hufmann <[email protected]>
fixes eclipse-cdt-cloud#57 Signed-off-by: Bernd Hufmann <[email protected]>
fixes eclipse-cdt-cloud#57 Signed-off-by: Bernd Hufmann <[email protected]>
fixes eclipse-cdt-cloud#57 Signed-off-by: Bernd Hufmann <[email protected]>
The deserialization of TSP JSON strings to class objects that contains
bigint
fields are done using searialization and a so calledNormalizer
. This make sure that for example, timestamps are deserialized asbitint
and notNumber
if they are small values.It would be good to provide a utility that supports this for non-TSP classes.
The text was updated successfully, but these errors were encountered: