public interface SchemaCoder
RegistryAvroDeserializationSchema and RegistryAvroSerializationSchema.| Modifier and Type | Interface and Description |
|---|---|
static interface |
SchemaCoder.SchemaCoderProvider
Provider for
SchemaCoder. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.avro.Schema |
readSchema(InputStream in) |
void |
writeSchema(org.apache.avro.Schema schema,
OutputStream out) |
org.apache.avro.Schema readSchema(InputStream in) throws IOException
IOExceptionvoid writeSchema(org.apache.avro.Schema schema,
OutputStream out)
throws IOException
IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.