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

Fix serialization of union types at root level (fixes #168) #170

Closed marcospassos closed 5 years ago

marcospassos commented 5 years ago

Backward-compatible fix for #168

marcospassos commented 5 years ago

@cowtowncoder any chances of releasing a minor version (2.9.10) including this fix?

marcospassos commented 5 years ago

Added test and fix for cases involving custom serialization

marcospassos commented 5 years ago

Rebased: https://github.com/FasterXML/jackson-dataformats-binary/pull/176