Class ReferenceByIdMarshallingStrategy
java.lang.Object
com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
com.thoughtworks.xstream.core.ReferenceByIdMarshallingStrategy
- All Implemented Interfaces:
MarshallingStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TreeMarshallercreateMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper) protected TreeUnmarshallercreateUnmarshallingContext(Object root, HierarchicalStreamReader reader, ConverterLookup converterLookup, Mapper mapper) Methods inherited from class AbstractTreeMarshallingStrategy
marshal, unmarshal
-
Constructor Details
-
ReferenceByIdMarshallingStrategy
public ReferenceByIdMarshallingStrategy()
-
-
Method Details
-
createUnmarshallingContext
protected TreeUnmarshaller createUnmarshallingContext(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
-