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 TreeMarshallercreateMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)protected TreeUnmarshallercreateUnmarshallingContext(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:
createUnmarshallingContextin classAbstractTreeMarshallingStrategy
-
createMarshallingContext
protected TreeMarshaller createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
- Specified by:
createMarshallingContextin classAbstractTreeMarshallingStrategy
-
-