com.xebialabs.xltype.serialization.xstream
Class ConfigurationItemMarshallingStrategy

java.lang.Object
  extended by com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
      extended by com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
          extended by 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
static class ConfigurationItemMarshallingStrategy.ConfigurationItemMarshaller
           
 
Field Summary
 
Fields inherited from class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
ABSOLUTE, RELATIVE, SINGLE_NODE
 
Constructor Summary
ConfigurationItemMarshallingStrategy(int mode)
           
 
Method Summary
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)
           
 
Methods inherited from class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy
createUnmarshallingContext
 
Methods inherited from class com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy
marshal, unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationItemMarshallingStrategy

public ConfigurationItemMarshallingStrategy(int mode)
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:
createMarshallingContext in class com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy