Module avro.codec.binaryencoder
Logic to encode Avro data types into binary format.
Functions
| Name | Description |
|---|---|
binaryEncoder(oRange)
|
A helper function for constructing a [BinaryEncoder] with inferred template arguments. |
Classes
| Name | Description |
|---|---|
BinaryEncoder
|
An [Encoder] for Avro's binary encoding that does not buffer output. |