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 Classes Modifier and Type Class Description static classConfigurationItemMarshallingStrategy.ConfigurationItemMarshaller
-
Constructor Summary
Constructors Constructor Description ConfigurationItemMarshallingStrategy(int mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
createUnmarshallingContext
-
-
-
-
Method Detail
-
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
-
-