Package com.thoughtworks.xstream.core
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 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
-
Constructor Details
-
ReferenceByIdMarshallingStrategy
public ReferenceByIdMarshallingStrategy()
-
-
Method Details
-
createUnmarshallingContext
protected TreeUnmarshaller createUnmarshallingContext(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
-