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

Use passed "current value" in `writeStartObject()` overload #338

Closed szysas closed 2 years ago

szysas commented 2 years ago

Overwrite writeStartObject(Object forValue, int size) method in CBORGenerator class.

cowtowncoder commented 2 years ago

Good catch, thank you!