public class LinkConverter
extends java.lang.Object
implements com.thoughtworks.xstream.converters.Converter
| Constructor and Description |
|---|
LinkConverter(com.thoughtworks.xstream.converters.Converter base,
Restfulie restfulie,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class type) |
void |
marshal(java.lang.Object root,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
java.lang.Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0,
com.thoughtworks.xstream.converters.UnmarshallingContext arg1) |
public LinkConverter(com.thoughtworks.xstream.converters.Converter base,
Restfulie restfulie,
Configuration config)
public void marshal(java.lang.Object root,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
marshal in interface com.thoughtworks.xstream.converters.Converterpublic java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0,
com.thoughtworks.xstream.converters.UnmarshallingContext arg1)
unmarshal in interface com.thoughtworks.xstream.converters.Converterpublic boolean canConvert(java.lang.Class type)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcherCopyright © 2013 Caelum. All Rights Reserved.