Classes
AvroDataDecoder
Avro Data Decoder class.
Bases: DataDecoder
DataDecoder
type_ (Optional[type]) –
Cast data type according to the field definition.
data (Any) – Data to be casted.
type – The type of the decoded data.
type_ (Any) –
The casted object.
Any