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

java.lang.Object
  extended by com.thoughtworks.xstream.core.TreeMarshaller
      extended by org.globus.cog.karajan.util.serialization.SourceMarshaller
All Implemented Interfaces:
com.thoughtworks.xstream.converters.DataHolder, com.thoughtworks.xstream.converters.MarshallingContext

public class SourceMarshaller
extends com.thoughtworks.xstream.core.TreeMarshaller


Nested Class Summary
 
Nested classes/interfaces inherited from class com.thoughtworks.xstream.core.TreeMarshaller
com.thoughtworks.xstream.core.TreeMarshaller.CircularReferenceException
 
Field Summary
 
Fields inherited from class com.thoughtworks.xstream.core.TreeMarshaller
classMapper, converterLookup, writer
 
Constructor Summary
SourceMarshaller(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.core.DefaultConverterLookup converterLookup, ClassMapper classMapper)
           
 
Method Summary
 void start(Object item, com.thoughtworks.xstream.converters.DataHolder dataHolder)
           
 
Methods inherited from class com.thoughtworks.xstream.core.TreeMarshaller
convertAnother, get, keys, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceMarshaller

public SourceMarshaller(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                        com.thoughtworks.xstream.core.DefaultConverterLookup converterLookup,
                        ClassMapper classMapper)
Method Detail

start

public void start(Object item,
                  com.thoughtworks.xstream.converters.DataHolder dataHolder)
Overrides:
start in class com.thoughtworks.xstream.core.TreeMarshaller