com.xebialabs.xltype.serialization.xstream
Class ConfigurationItemMarshallingStrategy.ConfigurationItemMarshaller

java.lang.Object
  extended by com.thoughtworks.xstream.core.TreeMarshaller
      extended by com.thoughtworks.xstream.core.AbstractReferenceMarshaller
          extended by com.thoughtworks.xstream.core.ReferenceByXPathMarshaller
              extended by com.xebialabs.xltype.serialization.xstream.ConfigurationItemMarshallingStrategy.ConfigurationItemMarshaller
All Implemented Interfaces:
com.thoughtworks.xstream.converters.DataHolder, com.thoughtworks.xstream.converters.MarshallingContext
Enclosing class:
ConfigurationItemMarshallingStrategy

public static class ConfigurationItemMarshallingStrategy.ConfigurationItemMarshaller
extends com.thoughtworks.xstream.core.ReferenceByXPathMarshaller


Nested Class Summary
 
Nested classes/interfaces inherited from class com.thoughtworks.xstream.core.AbstractReferenceMarshaller
com.thoughtworks.xstream.core.AbstractReferenceMarshaller.ReferencedImplicitElementException
 
Nested classes/interfaces inherited from class com.thoughtworks.xstream.core.TreeMarshaller
com.thoughtworks.xstream.core.TreeMarshaller.CircularReferenceException
 
Field Summary
 
Fields inherited from class com.thoughtworks.xstream.core.TreeMarshaller
converterLookup, writer
 
Constructor Summary
ConfigurationItemMarshallingStrategy.ConfigurationItemMarshaller(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.ConverterLookup converterLookup, com.thoughtworks.xstream.mapper.Mapper mapper, int mode)
           
 
Method Summary
 void start(java.lang.Object item, com.thoughtworks.xstream.converters.DataHolder dataHolder)
           
 
Methods inherited from class com.thoughtworks.xstream.core.ReferenceByXPathMarshaller
createReference, createReferenceKey, fireValidReference
 
Methods inherited from class com.thoughtworks.xstream.core.AbstractReferenceMarshaller
convert
 
Methods inherited from class com.thoughtworks.xstream.core.TreeMarshaller
convertAnother, convertAnother, get, getMapper, keys, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.thoughtworks.xstream.converters.MarshallingContext
convertAnother, convertAnother
 
Methods inherited from interface com.thoughtworks.xstream.converters.DataHolder
get, keys, put
 

Constructor Detail

ConfigurationItemMarshallingStrategy.ConfigurationItemMarshaller

public ConfigurationItemMarshallingStrategy.ConfigurationItemMarshaller(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                                                                        com.thoughtworks.xstream.converters.ConverterLookup converterLookup,
                                                                        com.thoughtworks.xstream.mapper.Mapper mapper,
                                                                        int mode)
Method Detail

start

public void start(java.lang.Object item,
                  com.thoughtworks.xstream.converters.DataHolder dataHolder)
Overrides:
start in class com.thoughtworks.xstream.core.TreeMarshaller