Module avro.codec.binarydecoder
Logic to deserialize Avro data encoded in binary format.
Functions
Name | Description |
---|---|
binaryDecoder(iRange)
|
Convenience function to create a [BinaryDecoder] and infer the range type. |
Classes
Name | Description |
---|---|
BinaryDecoder
|
A [Decoder] for binary-format data. |