|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataCellSerializer | |
---|---|
org.knime.core.data | Contains the interface definitions of the DataCell
and DataTable and related
classes, used to store and access the actual data. |
org.knime.core.data.collection | Definitions for KNIME collection types and default implementations. |
org.knime.core.data.container |
Implementation of a DataContainer . |
org.knime.core.data.date | Definition of date and time in KNIME. |
org.knime.core.data.def | Provides default implementations for all (except
DataTable ) abstract
classes in the data package.The default implementations of classes derived from DataCell just store their
values in members of the appropriate java type (like
DoubleCell has a private
member of Java type double, etc.).The default implementation of DataTable
is deprecated and shouldn't be used. |
org.knime.core.data.vector.bitvector | |
org.knime.core.data.vector.bytevector |
Uses of DataCellSerializer in org.knime.core.data |
---|
Methods in org.knime.core.data that return DataCellSerializer | ||
---|---|---|
static
|
DataType.getCellSerializer(Class<T> cl)
Returns a DataCellSerializer for the runtime
class of a DataCell or null if
the passed class of type DataCell does not
implement |
Uses of DataCellSerializer in org.knime.core.data.collection |
---|
Methods in org.knime.core.data.collection that return DataCellSerializer | |
---|---|
static DataCellSerializer<ListCell> |
ListCell.getCellSerializer()
Get serializer as required by DataCell . |
static DataCellSerializer<SetCell> |
SetCell.getCellSerializer()
Get serializer as required by DataCell . |
Uses of DataCellSerializer in org.knime.core.data.container |
---|
Methods in org.knime.core.data.container with parameters of type DataCellSerializer | |
---|---|
DataCell |
DCObjectInputStream.readDataCell(DataCellSerializer<? extends DataCell> serializer)
Reads a data cell from the stream and pushes the stream forward to the end of the block. |
(package private) DataCell |
DCObjectInputVersion2.readDataCellPerKNIMESerializer(DataCellSerializer<? extends DataCell> serializer)
Reads a data cell from the stream. |
(package private) void |
DCObjectOutputVersion2.writeDataCellPerKNIMESerializer(DataCellSerializer<DataCell> serializer,
DataCell cell)
Writes a data cell using the serializer. |
Uses of DataCellSerializer in org.knime.core.data.date |
---|
Classes in org.knime.core.data.date that implement DataCellSerializer | |
---|---|
(package private) class |
DateAndTimeCellSerializer
Serializes a DateAndTimeCell by writing the long representing the UTC
time and the booleans whether date, time, or milliseconds are available. |
Methods in org.knime.core.data.date that return DataCellSerializer | |
---|---|
static DataCellSerializer<DateAndTimeCell> |
DateAndTimeCell.getCellSerializer()
|
Uses of DataCellSerializer in org.knime.core.data.def |
---|
Methods in org.knime.core.data.def that return DataCellSerializer | |
---|---|
static DataCellSerializer<LongCell> |
LongCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
static DataCellSerializer<DoubleCell> |
DoubleCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
static DataCellSerializer<IntCell> |
IntCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
Uses of DataCellSerializer in org.knime.core.data.vector.bitvector |
---|
Methods in org.knime.core.data.vector.bitvector that return DataCellSerializer | |
---|---|
static DataCellSerializer<SparseBitVectorCell> |
SparseBitVectorCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
static DataCellSerializer<DenseBitVectorCell> |
DenseBitVectorCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
Uses of DataCellSerializer in org.knime.core.data.vector.bytevector |
---|
Methods in org.knime.core.data.vector.bytevector that return DataCellSerializer | |
---|---|
static DataCellSerializer<SparseByteVectorCell> |
SparseByteVectorCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
static DataCellSerializer<DenseByteVectorCell> |
DenseByteVectorCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |