Package | Description |
---|---|
com.thoughtworks.xstream.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReferenceUnmarshaller
Abstract base class for a TreeUnmarshaller, that resolves references.
|
class |
ReferenceByIdUnmarshaller |
class |
ReferenceByXPathUnmarshaller |
Modifier and Type | Method and Description |
---|---|
protected TreeUnmarshaller |
TreeMarshallingStrategy.createUnmarshallingContext(Object root,
HierarchicalStreamReader reader,
ConverterLookup converterLookup,
Mapper mapper) |
protected TreeUnmarshaller |
ReferenceByXPathMarshallingStrategy.createUnmarshallingContext(Object root,
HierarchicalStreamReader reader,
ConverterLookup converterLookup,
Mapper mapper) |
protected TreeUnmarshaller |
ReferenceByIdMarshallingStrategy.createUnmarshallingContext(Object root,
HierarchicalStreamReader reader,
ConverterLookup converterLookup,
Mapper mapper) |
protected abstract TreeUnmarshaller |
AbstractTreeMarshallingStrategy.createUnmarshallingContext(Object root,
HierarchicalStreamReader reader,
ConverterLookup converterLookup,
Mapper mapper) |
Copyright © 2004–2016 XStream. All rights reserved.