Uses of Class
com.thoughtworks.xstream.core.TreeMarshaller
-
Packages that use TreeMarshaller Package Description com.thoughtworks.xstream.core -
-
Uses of TreeMarshaller in com.thoughtworks.xstream.core
Subclasses of TreeMarshaller in com.thoughtworks.xstream.core Modifier and Type Class Description class
AbstractReferenceMarshaller
Abstract base class for a TreeMarshaller, that can build references.class
ReferenceByIdMarshaller
class
ReferenceByXPathMarshaller
Methods in com.thoughtworks.xstream.core that return TreeMarshaller Modifier and Type Method Description protected abstract TreeMarshaller
AbstractTreeMarshallingStrategy. createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
protected TreeMarshaller
ReferenceByIdMarshallingStrategy. createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
protected TreeMarshaller
ReferenceByXPathMarshallingStrategy. createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
protected TreeMarshaller
TreeMarshallingStrategy. createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
-