public interface AvroWriter<O> extends AvroExternalizable
| Modifier and Type | Method and Description |
|---|---|
void |
write(O value,
org.apache.avro.io.Encoder out)
Write the value to the encoder
|
createSchema, getObjectClassvoid write(O value, org.apache.avro.io.Encoder out) throws IOException
value - the value to writeout - the encoderIOExceptionCopyright © 2016. All Rights Reserved.