Class ConfigurationItemMarshallingStrategy
java.lang.Object
com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
com.xebialabs.xltype.serialization.xstream.ConfigurationItemMarshallingStrategy
- All Implemented Interfaces:
com.thoughtworks.xstream.MarshallingStrategy
public class ConfigurationItemMarshallingStrategy
extends com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
ABSOLUTE, RELATIVE, SINGLE_NODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.thoughtworks.xstream.core.TreeMarshallercreateMarshallingContext(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.ConverterLookup converterLookup, com.thoughtworks.xstream.mapper.Mapper mapper) Methods inherited from class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
createUnmarshallingContextMethods inherited from class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
marshal, unmarshal
-
Constructor Details
-
ConfigurationItemMarshallingStrategy
public ConfigurationItemMarshallingStrategy(int mode)
-
-
Method Details
-
createMarshallingContext
protected com.thoughtworks.xstream.core.TreeMarshaller createMarshallingContext(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.ConverterLookup converterLookup, com.thoughtworks.xstream.mapper.Mapper mapper) - Overrides:
createMarshallingContextin classcom.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
-