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

[cbor] Support parsing of BigInteger, BigDecimal, not just generating #17

Closed
cowtowncoder opened this issue May 12, 2016 · 0 comments
Closed
Milestone

Comments

@cowtowncoder
Copy link
Member

cowtowncoder commented May 12, 2016

Currently BigInteger and BigDecimal values are serialized successfully using recommended tag, structure, but parsing does not detect this as special case, and simply exposes 2-element array. But it would make sense to seamlessly support parsing/decoding as well.

@cowtowncoder cowtowncoder changed the title [cbor] Support parsing of BigDecimal, not just generating [cbor] Support parsing of BigInteger, BigDecimal, not just generating May 13, 2016
@cowtowncoder cowtowncoder added this to the 2.8.0 milestone May 13, 2016
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