hudson.slaves
Class NodeList.ConverterImpl
java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
hudson.util.RobustCollectionConverter
hudson.slaves.NodeList.ConverterImpl
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- NodeList
public static final class NodeList.ConverterImpl
- extends RobustCollectionConverter
Converter
implementation for XStream.
Serialization form is compatible with plain List
.
Method Summary |
boolean |
canConvert(Class type)
|
protected Object |
createCollection(Class type)
|
void |
marshal(Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
|
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
|
Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter |
addCurrentElementToCollection, populateCollection |
Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter |
mapper, readItem, writeItem |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeList.ConverterImpl
public NodeList.ConverterImpl(com.thoughtworks.xstream.XStream xstream)
canConvert
public boolean canConvert(Class type)
- Specified by:
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
- Overrides:
canConvert
in class RobustCollectionConverter
marshal
public void marshal(Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
- Specified by:
marshal
in interface com.thoughtworks.xstream.converters.Converter
- Overrides:
marshal
in class com.thoughtworks.xstream.converters.collections.CollectionConverter
createCollection
protected Object createCollection(Class type)
- Overrides:
createCollection
in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
unmarshal
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
- Specified by:
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
- Overrides:
unmarshal
in class RobustCollectionConverter
Copyright © 2004-2013. All Rights Reserved.