FasterXML / jackson-dataformats-binary

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

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

Closed marcospassos closed 5 years ago

marcospassos commented 5 years ago

This PR fixes serialization of polymorphic objects at the root level (#168).

marcospassos commented 5 years ago

Superseded by #169