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

java.lang.Object
  extended by org.globus.cog.karajan.util.serialization.AbstractElementMarshallingPolicy
      extended by org.globus.cog.karajan.util.serialization.SourceElementMarshallingPolicy
All Implemented Interfaces:
ElementMarshallingPolicy

public class SourceElementMarshallingPolicy
extends AbstractElementMarshallingPolicy


Constructor Summary
SourceElementMarshallingPolicy()
           
SourceElementMarshallingPolicy(KarajanSerializationContext kcontext)
           
 
Method Summary
 void marshal(Object elem, com.thoughtworks.xstream.io.HierarchicalStreamWriter wr, com.thoughtworks.xstream.converters.MarshallingContext context)
           
 
Methods inherited from class org.globus.cog.karajan.util.serialization.AbstractElementMarshallingPolicy
getKContext, setKContext, writeChildren, writeNode, writeProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceElementMarshallingPolicy

public SourceElementMarshallingPolicy()

SourceElementMarshallingPolicy

public SourceElementMarshallingPolicy(KarajanSerializationContext kcontext)
Method Detail

marshal

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