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