|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializerMethodLoader.Serializer | |
---|---|
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.date | Definition of date and time in KNIME. |
org.knime.core.internal | Contains class for internal use. |
org.knime.core.node.port | |
org.knime.core.node.port.pmml |
Uses of SerializerMethodLoader.Serializer in org.knime.core.data |
---|
Subinterfaces of SerializerMethodLoader.Serializer in org.knime.core.data | |
---|---|
interface |
DataCellSerializer<T extends DataCell>
Interface for classes that can read or write specific DataCell
implementations. |
Uses of SerializerMethodLoader.Serializer in org.knime.core.data.date |
---|
Classes in org.knime.core.data.date that implement SerializerMethodLoader.Serializer | |
---|---|
(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. |
Uses of SerializerMethodLoader.Serializer in org.knime.core.internal |
---|
Methods in org.knime.core.internal with type parameters of type SerializerMethodLoader.Serializer | ||
---|---|---|
static
|
SerializerMethodLoader.getSerializer(Class<T> encapsulatingClass,
Class<V> desiredReturnType,
String methodName,
boolean allowSuperClass)
Invokes a static method named methodName on class
encapsulatingClass , which is supposed to have no arguments
and whose return type is V<T> . |
Uses of SerializerMethodLoader.Serializer in org.knime.core.node.port |
---|
Classes in org.knime.core.node.port that implement SerializerMethodLoader.Serializer | |
---|---|
static class |
PortObject.PortObjectSerializer<T extends PortObject>
Factory class that's used for writing and loading objects of class denoted by T . |
static class |
PortObjectSpec.PortObjectSpecSerializer<T extends PortObjectSpec>
Factory class that's used for writing and loading objects of class denoted by T . |
Uses of SerializerMethodLoader.Serializer in org.knime.core.node.port.pmml |
---|
Classes in org.knime.core.node.port.pmml that implement SerializerMethodLoader.Serializer | |
---|---|
class |
PMMLPortObjectSerializer
|
class |
PMMLPortObjectSpecSerializer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |