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
IOException
void writeSchema(org.apache.avro.Schema schema, OutputStream out) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.