com.thoughtworks.xstream.core
Class TreeMarshallingStrategy

java.lang.Object
  extended by com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
      extended by com.thoughtworks.xstream.core.TreeMarshallingStrategy
All Implemented Interfaces:
MarshallingStrategy

public class TreeMarshallingStrategy
extends AbstractTreeMarshallingStrategy


Constructor Summary
TreeMarshallingStrategy()
           
 
Method Summary
protected  TreeMarshaller createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
           
protected  TreeUnmarshaller createUnmarshallingContext(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
           
 
Methods inherited from class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
marshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeMarshallingStrategy

public TreeMarshallingStrategy()
Method Detail

createUnmarshallingContext

protected TreeUnmarshaller createUnmarshallingContext(Object root,
                                                      HierarchicalStreamReader reader,
                                                      ConverterLookup converterLookup,
                                                      Mapper mapper)
Specified by:
createUnmarshallingContext in class AbstractTreeMarshallingStrategy

createMarshallingContext

protected TreeMarshaller createMarshallingContext(HierarchicalStreamWriter writer,
                                                  ConverterLookup converterLookup,
                                                  Mapper mapper)
Specified by:
createMarshallingContext in class AbstractTreeMarshallingStrategy


Copyright © 2004-2014 XStream. All Rights Reserved.