public interface GenericColumnSerializer extends Closeable
| Modifier and Type | Method and Description |
|---|---|
long |
getSerializedSize() |
void |
open() |
void |
serialize(Object obj) |
void |
writeToChannel(WritableByteChannel channel,
FileSmoosher smoosher) |
void open() throws IOException
IOExceptionvoid serialize(Object obj) throws IOException
IOExceptionlong getSerializedSize()
void writeToChannel(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
IOExceptionCopyright © 2011–2017. All rights reserved.