Package hudson.util
Class PersistedList.ConverterImpl
java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
hudson.util.PersistedList.ConverterImpl
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter,- com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- PersistedList<T>
public static class PersistedList.ConverterImpl
extends com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
Converter implementation for XStream.
 Serialization form is compatible with plain List.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanConvert(Class type) voidmarshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConvertercreateCollection, mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem
- 
Constructor Details- 
ConverterImplpublic ConverterImpl(com.thoughtworks.xstream.mapper.Mapper mapper) 
 
- 
- 
Method Details- 
canConvert- Specified by:
- canConvertin interface- com.thoughtworks.xstream.converters.ConverterMatcher
- Specified by:
- canConvertin class- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
- 
marshalpublic void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context) - Specified by:
- marshalin interface- com.thoughtworks.xstream.converters.Converter
- Specified by:
- marshalin class- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
- 
unmarshalpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) - Specified by:
- unmarshalin interface- com.thoughtworks.xstream.converters.Converter
- Specified by:
- unmarshalin class- com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
 
 
-