public class CsvSerializer extends Object implements IOutputSerializer, Serializable
| Constructor and Description |
|---|
CsvSerializer(List<String> fields) |
| 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.