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

UntypedObjectDeserializer does not retain float type (over double) #1453

Closed
cowtowncoder opened this issue Nov 16, 2016 · 0 comments
Closed
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: created based on FasterXML/jackson-dataformats-binary#32)

Looks like deserialization of JSON numbers with Object does not retain underlying float in cases where underlying data format retains distinction. This is typically case with binary formats; and may be true for some textual formats as well (CSV if schema defines enough fidelity).
Should test for both Object and Number.

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