Should BigDecimal be serialized as string? #1401
Unanswered
zero11-0203
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Currently GraphQLBigDecimal type is serialized as number but not string by ObjectMapper when generating http responses, which makes using GraphQLBigDecimal pointless since json numbers are not suitable for representing bigdecimals. Should BigDecimal be serialized as string?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions