public class AvroSerializer extends Object implements IOutputSerializer, Serializable
| Constructor and Description |
|---|
AvroSerializer(String schemaString,
List<String> fieldNames)
AvroSerializer Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
write(List<Object> data,
ByteBuffer buffer)
Serialize the data to a ByteBuffer.
|
public ByteBuffer write(List<Object> data, ByteBuffer buffer)
IOutputSerializerwrite in interface IOutputSerializerCopyright © 2023 The Apache Software Foundation. All rights reserved.