A parsed Avro schema with encode/decode capabilities.
Returned by AvroCodec.parse after parsing a schema JSON string. Implementations should cache any internal parsing state.
Readonly
Decode Avro binary data to a value.
Encode a value to Avro binary format.
A parsed Avro schema with encode/decode capabilities.
Returned by AvroCodec.parse after parsing a schema JSON string. Implementations should cache any internal parsing state.