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

[Ion] Polymorphic deserialization does not work correctly #149

Open krackoder opened 5 years ago

krackoder commented 5 years ago

Polymorphic deserialization from Ion even when providing subtypes with Json annotation does not work correctly. The details are in this SO post - https://stackoverflow.com/questions/52672038/missing-type-id-when-trying-to-resolve-subtype-jackson-ion-desrialization-even-a/