public class RestfullCollectionConverter
extends com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter
| Constructor and Description |
|---|
RestfullCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class clazz) |
void |
marshal(Object source,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0,
com.thoughtworks.xstream.converters.UnmarshallingContext arg1) |
public RestfullCollectionConverter(com.thoughtworks.xstream.mapper.Mapper mapper)
mapper - public boolean canConvert(Class clazz)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterAbstractCollectionConverter.canConvert(java.lang.Class)public void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
marshal in interface com.thoughtworks.xstream.converters.Convertermarshal in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterAbstractCollectionConverter.marshal(java.lang.Object,
com.thoughtworks.xstream.io.HierarchicalStreamWriter,
com.thoughtworks.xstream.converters.MarshallingContext)public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0, com.thoughtworks.xstream.converters.UnmarshallingContext arg1)
unmarshal in interface com.thoughtworks.xstream.converters.Converterunmarshal in class com.thoughtworks.xstream.converters.collections.AbstractCollectionConverterAbstractCollectionConverter.unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader,
com.thoughtworks.xstream.converters.UnmarshallingContext)Copyright © 2007-2012. All Rights Reserved.