com.agfa.hap.sdo.impl
Class SerializableTypeConverter

java.lang.Object
  extended by com.agfa.hap.sdo.impl.TypeConverter<java.io.Serializable>
      extended by com.agfa.hap.sdo.impl.SerializableTypeConverter

public class SerializableTypeConverter
extends TypeConverter<java.io.Serializable>


Constructor Summary
SerializableTypeConverter()
           
 
Method Summary
 java.io.Serializable parse(java.lang.String str)
          Parse the string and return an instance of the implementation class with a value that is represented by the string parameter.
 java.lang.String toString(java.io.Serializable instance)
          Convert the instance to a string.
 
Methods inherited from class com.agfa.hap.sdo.impl.TypeConverter
get, getDefaultConverter, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableTypeConverter

public SerializableTypeConverter()
Method Detail

parse

public java.io.Serializable parse(java.lang.String str)
Description copied from class: TypeConverter
Parse the string and return an instance of the implementation class with a value that is represented by the string parameter.

Specified by:
parse in class TypeConverter<java.io.Serializable>

toString

public java.lang.String toString(java.io.Serializable instance)
Description copied from class: TypeConverter
Convert the instance to a string. The instance is guaranteed to be of type T.

Specified by:
toString in class TypeConverter<java.io.Serializable>


Copyright © 2007. All Rights Reserved.