接口 GenericSchema<T extends GenericRecord>

所有超级接口:
Cloneable, Schema<T>

@Public @Stable public interface GenericSchema<T extends GenericRecord> extends Schema<T>
A schema that serializes and deserializes between GenericRecord and bytes.