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

java.lang.Object
  extended by org.globus.cog.karajan.util.serialization.AbstractKarajanConverter
      extended by org.globus.cog.karajan.util.serialization.UDEDefinitionConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
Direct Known Subclasses:
RUDEDefinitionConverter

public class UDEDefinitionConverter
extends AbstractKarajanConverter


Constructor Summary
UDEDefinitionConverter(KarajanSerializationContext kcontext)
           
 
Method Summary
 boolean canConvert(Class type)
           
 void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
Methods inherited from class org.globus.cog.karajan.util.serialization.AbstractKarajanConverter
getKContext, marshalObject, marshalObject, marshalObject, marshalObjectCls, unmarshalObject, unmarshalObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDEDefinitionConverter

public UDEDefinitionConverter(KarajanSerializationContext kcontext)
Method Detail

canConvert

public boolean canConvert(Class type)

marshal

public void marshal(Object source,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                    com.thoughtworks.xstream.converters.MarshallingContext context)

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                        com.thoughtworks.xstream.converters.UnmarshallingContext context)