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 classAbstractReferenceMarshallerAbstract base class for a TreeMarshaller, that can build references.classReferenceByIdMarshallerclassReferenceByXPathMarshallerMethods in com.thoughtworks.xstream.core that return TreeMarshaller Modifier and Type Method Description protected abstract TreeMarshallerAbstractTreeMarshallingStrategy. createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)protected TreeMarshallerReferenceByIdMarshallingStrategy. createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)protected TreeMarshallerReferenceByXPathMarshallingStrategy. createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)protected TreeMarshallerTreeMarshallingStrategy. createMarshallingContext(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
-