public static final class IntCell.IntCellSerializer extends Object implements DataCellSerializer<IntCell>
IntCell
.Constructor and Description |
---|
IntCellSerializer() |
Modifier and Type | Method and Description |
---|---|
IntCell |
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(IntCell cell,
DataCellDataOutput output)
Saves the
cell to the output stream. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCellClass
public void serialize(IntCell cell, DataCellDataOutput output) throws IOException
cell
to the output
stream.serialize
in interface DataCellSerializer<IntCell>
cell
- the DataCell
to saveoutput
- the place to write toIOException
- if writing failspublic IntCell deserialize(DataCellDataInput input) throws IOException
DataCell
of type
T
from the input
stream, which represents a
former serialized DataCell
content.deserialize
in interface DataCellSerializer<IntCell>
input
- the source to load from, never null
DataValue
instance of type
T
representing a former serialized
DataCell
IOException
- if loading 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.