public class XOSXTraceConverter extends XOSXESConverter
factory| Constructor and Description |
|---|
XOSXTraceConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(java.lang.Class clazz) |
void |
marshal(java.lang.Object value,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
void |
registerAliases(com.thoughtworks.xstream.XStream stream) |
java.lang.Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
public boolean canConvert(java.lang.Class clazz)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class XOSXESConverterXOSXESConverter.canConvert(java.lang.Class)public void marshal(java.lang.Object value,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
marshal in interface com.thoughtworks.xstream.converters.Convertermarshal in class XOSXESConverterXOSXESConverter.marshal(java.lang.Object,
com.thoughtworks.xstream.io.HierarchicalStreamWriter,
com.thoughtworks.xstream.converters.MarshallingContext)public void registerAliases(com.thoughtworks.xstream.XStream stream)
registerAliases in class XOSXESConverterXOSXESConverter.registerAliases(com.thoughtworks.xstream.XStream)public java.lang.Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in interface com.thoughtworks.xstream.converters.Converterunmarshal in class XOSXESConverterXOSXESConverter.unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader,
com.thoughtworks.xstream.converters.UnmarshallingContext)