Classes
AvroDataEncoder
Avro Data Encoder class.
Bases: DataEncoder
DataEncoder
value (Optional[Any]) –
Build an avro data representation based on the content of the given field.
value – The value to be encoded.
A avro-compatible data.
Any