Interface FBSerializable
- All Known Subinterfaces:
ArrowMessage
- All Known Implementing Classes:
ArrowBlock
,ArrowBodyCompression
,ArrowBuffer
,ArrowDictionaryBatch
,ArrowFieldNode
,ArrowFooter
,ArrowRecordBatch
public interface FBSerializable
Interface for serializing to FlatBuffers.
-
Method Summary
Modifier and TypeMethodDescriptionint
writeTo
(com.google.flatbuffers.FlatBufferBuilder builder) Returns the number of bytes taken to serialize the data in builder after writing to it.
-
Method Details
-
writeTo
int writeTo(com.google.flatbuffers.FlatBufferBuilder builder) Returns the number of bytes taken to serialize the data in builder after writing to it.
-