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
IOException
void serialize(Object obj) throws IOException
IOException
long getSerializedSize()
void writeToChannel(WritableByteChannel channel, FileSmoosher smoosher) throws IOException
IOException
Copyright © 2011–2017. All rights reserved.