Module avro.codec.binaryencoder

Logic to encode Avro data types into binary format.

Functions

NameDescription
binaryEncoder(oRange) A helper function for constructing a [BinaryEncoder] with inferred template arguments.

Classes

NameDescription
BinaryEncoder An [Encoder] for Avro's binary encoding that does not buffer output.