org.globus.cog.karajan.util.serialization
Class NullConverter

java.lang.Object
  extended by org.globus.cog.karajan.util.serialization.NullConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter

public class NullConverter
extends Object
implements com.thoughtworks.xstream.converters.Converter


Constructor Summary
NullConverter()
           
 
Method Summary
 boolean canConvert(Class cls)
           
 void marshal(Object arg0, com.thoughtworks.xstream.io.HierarchicalStreamWriter arg1, com.thoughtworks.xstream.converters.MarshallingContext arg2)
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0, com.thoughtworks.xstream.converters.UnmarshallingContext arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullConverter

public NullConverter()
Method Detail

canConvert

public boolean canConvert(Class cls)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.Converter

marshal

public void marshal(Object arg0,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter arg1,
                    com.thoughtworks.xstream.converters.MarshallingContext arg2)
Specified by:
marshal in interface com.thoughtworks.xstream.converters.Converter

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0,
                        com.thoughtworks.xstream.converters.UnmarshallingContext arg1)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter