You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
[cbor] Support parsing of BigDecimal, not just generating
[cbor] Support parsing of BigInteger, BigDecimal, not just generating
May 13, 2016
Currently
BigInteger
andBigDecimal
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.The text was updated successfully, but these errors were encountered: