Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
314
stars
136
forks
source link
(protobuf) Add `ProtobufGenerator.canWriteBinaryNatively()` to support binary writes #180
Closed
cowtowncoder closed 5 years ago
Looks like we are missing override for
ProtobufGenerator
for checking if backend can write binary natively. Factory has it, generator not.