public static final class BinaryObjectFileStoreDataCell.BinaryObjectFileStoreCellSerializer extends Object implements DataCellSerializer<BinaryObjectFileStoreDataCell>
BinaryObjectFileStoreDataCells.| Constructor and Description |
|---|
BinaryObjectFileStoreCellSerializer() |
| Modifier and Type | Method and Description |
|---|---|
BinaryObjectFileStoreDataCell |
deserialize(DataCellDataInput input)
Loads a new instance of
DataCell of type
T from the input stream, which represents a
former serialized DataCell content. |
void |
serialize(BinaryObjectFileStoreDataCell cell,
DataCellDataOutput output)
Saves the
cell to the output stream. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCellClasspublic BinaryObjectFileStoreDataCell deserialize(DataCellDataInput input) throws IOException
DataCell of type
T from the input stream, which represents a
former serialized DataCell content.deserialize in interface DataCellSerializer<BinaryObjectFileStoreDataCell>input - the source to load from, never nullDataValue instance of type
T representing a former serialized
DataCellIOException - if loading failspublic void serialize(BinaryObjectFileStoreDataCell cell, DataCellDataOutput output) throws IOException
cell to the output stream.serialize in interface DataCellSerializer<BinaryObjectFileStoreDataCell>cell - the DataCell to saveoutput - the place to write toIOException - if writing fails
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.