public interface IOutputSerializer
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
write(List<Object> data,
ByteBuffer buffer)
Serialize the data to a ByteBuffer.
|
ByteBuffer write(List<Object> data, ByteBuffer buffer)
Copyright © 2023 The Apache Software Foundation. All rights reserved.