FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

Add support for deserializing IonTimestamps and IonBlobs #244

Closed jessbrya-amzn closed 3 years ago

jessbrya-amzn commented 3 years ago

Fixes #243

When using the IonValueDeserializer, if the embeddedObject is not an IonValue, wraps it in the appropriate IonValue.

I'm suggesting we merge this into 2.12, but it may be worth merging into previous versions as well.