Skip to content

Add AvroGenerator.canWriteBinaryNatively() to support binary writes, fix java.util.UUID representation #179

Closed
@cowtowncoder

Description

@cowtowncoder

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions