Package hudson.slaves

Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConverterImpl​(com.thoughtworks.xstream.XStream xstream)  
    • Constructor Detail

      • ConverterImpl

        public ConverterImpl​(com.thoughtworks.xstream.XStream xstream)
    • Method Detail

      • 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.CollectionConverter
      • 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