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)
IOutputSerializer
write
in interface IOutputSerializer
Copyright © 2023 The Apache Software Foundation. All rights reserved.