org.globus.cog.karajan.util.serialization
Class UDEDefinitionConverter
java.lang.Object
  
org.globus.cog.karajan.util.serialization.AbstractKarajanConverter
      
org.globus.cog.karajan.util.serialization.UDEDefinitionConverter
- All Implemented Interfaces: 
 - com.thoughtworks.xstream.converters.Converter
 
- Direct Known Subclasses: 
 - RUDEDefinitionConverter
 
public class UDEDefinitionConverter
- extends AbstractKarajanConverter
 
 
| 
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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UDEDefinitionConverter
public UDEDefinitionConverter(KarajanSerializationContext kcontext)
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)