avro-no-self-describing-format

Status: IN

Avro binary encoding contains no type tags, field names, or schema metadata; decoding is impossible without the writer schema.

Source: entries/2026/05/29/avro-serializer-avro_serializer.md

Example

# no field names/types in wire format — just values in order
# reader must have both writer and reader schema to decode

JSON