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

(protobuf) Add `ProtobufGenerator.canWriteBinaryNatively()` to support binary writes #180

Closed cowtowncoder closed 5 years ago

cowtowncoder commented 5 years ago

Looks like we are missing override for ProtobufGenerator for checking if backend can write binary natively. Factory has it, generator not.