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.Converter
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader arg0, com.thoughtworks.xstream.converters.UnmarshallingContext arg1)
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
public boolean canConvert(Class arg0)
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
Copyright © 2017. All Rights Reserved.