Interface GenericSchema<T extends GenericRecord>

All Superinterfaces:
Cloneable, Schema<T>

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