Closed
Description
Looks like Avro backend is missing one crucial capability indicator, needed for (de)serializers to know that binary data can be handled natively.
Adding this should allow for (more) efficient serialization of java.util.UUID
, for example.
Binary data reads/writes themselves are probably not affected since there are separate methods: this has more to do with binary representation of types like UUID.