public class EnvelopeConverter extends Object implements com.thoughtworks.xstream.converters.Converter
| Constructor and Description |
|---|
EnvelopeConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class arg0) |
void |
marshal(Object arg0,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext arg2) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0,
com.thoughtworks.xstream.converters.UnmarshallingContext arg1) |
public void marshal(Object arg0, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext arg2)
marshal in interface com.thoughtworks.xstream.converters.Converterpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0, com.thoughtworks.xstream.converters.UnmarshallingContext arg1)
unmarshal in interface com.thoughtworks.xstream.converters.Converterpublic boolean canConvert(Class arg0)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcherCopyright © 2014. All Rights Reserved.