Package com.thoughtworks.xstream.core
Class TreeMarshallingStrategy
- java.lang.Object
-
- com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
-
- com.thoughtworks.xstream.core.TreeMarshallingStrategy
-
- All Implemented Interfaces:
MarshallingStrategy
public class TreeMarshallingStrategy extends AbstractTreeMarshallingStrategy
-
-
Constructor Summary
Constructors Constructor Description TreeMarshallingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TreeMarshaller
createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
protected TreeUnmarshaller
createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
-
Methods inherited from class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
marshal, unmarshal
-
-
-
-
Method Detail
-
createUnmarshallingContext
protected TreeUnmarshaller createUnmarshallingContext(java.lang.Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper)
- Specified by:
createUnmarshallingContext
in classAbstractTreeMarshallingStrategy
-
createMarshallingContext
protected TreeMarshaller createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
- Specified by:
createMarshallingContext
in classAbstractTreeMarshallingStrategy
-
-