Class ObservableListConverter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

    public class ObservableListConverter
    extends com.thoughtworks.xstream.converters.collections.CollectionConverter
    implements com.thoughtworks.xstream.converters.Converter
    Converter for observable lists.
    • Constructor Summary

      Constructors 
      Constructor Description
      ObservableListConverter​(com.thoughtworks.xstream.mapper.Mapper mapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canConvert​(java.lang.Class type)  
      protected java.lang.Object createCollection​(java.lang.Class type)  
      • Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter

        addCurrentElementToCollection, marshal, populateCollection, populateCollection, unmarshal
      • Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter

        mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem
      • 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.Converter

        marshal, unmarshal
    • Constructor Detail

      • ObservableListConverter

        public ObservableListConverter​(com.thoughtworks.xstream.mapper.Mapper mapper)
    • Method Detail

      • canConvert

        public boolean canConvert​(java.lang.Class type)
        Specified by:
        canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
        Overrides:
        canConvert in class com.thoughtworks.xstream.converters.collections.CollectionConverter
      • createCollection

        protected java.lang.Object createCollection​(java.lang.Class type)
        Overrides:
        createCollection in class com.thoughtworks.xstream.converters.collections.CollectionConverter