public static class XStreamXML.FactHandleConverter extends Object implements com.thoughtworks.xstream.converters.Converter
| Constructor and Description |
|---|
FactHandleConverter(com.thoughtworks.xstream.XStream xstream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class aClass) |
void |
marshal(Object object,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext marshallingContext) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader,
com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext) |
public FactHandleConverter(com.thoughtworks.xstream.XStream xstream)
public boolean canConvert(Class aClass)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcherpublic void marshal(Object object, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
marshal in interface com.thoughtworks.xstream.converters.Converterpublic Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
unmarshal in interface com.thoughtworks.xstream.converters.ConverterCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.