public class AvroWriter<T> extends Object implements SchemaWriter<T>
| Constructor and Description |
|---|
AvroWriter(org.apache.avro.Schema schema) |
AvroWriter(org.apache.avro.Schema schema,
boolean jsr310ConversionEnabled) |
public AvroWriter(org.apache.avro.Schema schema)
public AvroWriter(org.apache.avro.Schema schema,
boolean jsr310ConversionEnabled)
public byte[] write(T message)
write in interface SchemaWriter<T>Copyright © 2017–2021 Apache Software Foundation. All rights reserved.