Package org.javalite.async.xstream
Class JSONListConverter
java.lang.Object
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
com.thoughtworks.xstream.converters.collections.CollectionConverter
org.javalite.async.xstream.JSONListConverter
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter
,com.thoughtworks.xstream.converters.ConverterMatcher
public class JSONListConverter
extends com.thoughtworks.xstream.converters.collections.CollectionConverter
-
Constructor Summary
-
Method Summary
Methods inherited from class com.thoughtworks.xstream.converters.collections.CollectionConverter
addCurrentElementToCollection, createCollection, marshal, populateCollection, populateCollection, unmarshal
Methods inherited from class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
mapper, readBareItem, readCompleteItem, readItem, writeBareItem, writeCompleteItem, writeItem, writeNullItem
-
Constructor Details
-
JSONListConverter
public JSONListConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
-
-
Method Details
-
canConvert
- Specified by:
canConvert
in interfacecom.thoughtworks.xstream.converters.ConverterMatcher
- Overrides:
canConvert
in classcom.thoughtworks.xstream.converters.collections.CollectionConverter
-