com.thoughtworks.xstream.core
Class ReferenceByIdMarshallingStrategy
java.lang.Object
com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
com.thoughtworks.xstream.core.ReferenceByIdMarshallingStrategy
- All Implemented Interfaces:
- MarshallingStrategy
public class ReferenceByIdMarshallingStrategy
- extends AbstractTreeMarshallingStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceByIdMarshallingStrategy
public ReferenceByIdMarshallingStrategy()
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.