Package org.apache.flink.formats.avro
Interface SchemaCoder
public interface SchemaCoder
Schema coder that allows reading schema that is somehow embedded into serialized record. Used by
RegistryAvroDeserializationSchema and RegistryAvroSerializationSchema.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.avro.SchemavoidwriteSchema(org.apache.avro.Schema schema, OutputStream out)
-
Method Details
-
readSchema
- Throws:
IOException
-
writeSchema
- Throws:
IOException
-