com.thoughtworks.xstream.converters.extended
Class SqlTimestampConverter

java.lang.Object
  extended bycom.thoughtworks.xstream.converters.basic.AbstractBasicConverter
      extended bycom.thoughtworks.xstream.converters.extended.SqlTimestampConverter
All Implemented Interfaces:
Converter

public class SqlTimestampConverter
extends AbstractBasicConverter


Constructor Summary
SqlTimestampConverter()
           
 
Method Summary
 boolean canConvert(java.lang.Class type)
           
protected  java.lang.Object fromString(java.lang.String str)
           
 
Methods inherited from class com.thoughtworks.xstream.converters.basic.AbstractBasicConverter
marshal, toString, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlTimestampConverter

public SqlTimestampConverter()
Method Detail

fromString

protected java.lang.Object fromString(java.lang.String str)
Specified by:
fromString in class AbstractBasicConverter

canConvert

public boolean canConvert(java.lang.Class type)
Specified by:
canConvert in interface Converter
Specified by:
canConvert in class AbstractBasicConverter


Joe Walnes, http://xstream.codehaus.org/