Uses of Interface
org.knime.core.internal.SerializerMethodLoader.Serializer

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
<T,V extends SerializerMethodLoader.Serializer<T>>
V
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
           
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
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.