Class ConfigurationItemCollectionConverter
java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
com.xebialabs.xltype.serialization.xstream.ConfigurationItemCollectionConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher
public class ConfigurationItemCollectionConverter
extends com.thoughtworks.xstream.converters.collections.CollectionConverter
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationItemCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper) -
Method Summary
Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter
addCurrentElementToCollection, canConvert, createCollection, marshal, populateCollection, populateCollection, unmarshalMethods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeNullItem
-
Constructor Details
-
ConfigurationItemCollectionConverter
public ConfigurationItemCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
-
-
Method Details
-
writeItem
protected void writeItem(Object item, com.thoughtworks.xstream.converters.MarshallingContext context, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer) - Overrides:
writeItemin classcom.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
-