public static class XStreamXML.FactHandleConverter extends Object implements com.thoughtworks.xstream.converters.Converter
Constructor and Description |
---|
XStreamXML.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 XStreamXML.FactHandleConverter(com.thoughtworks.xstream.XStream xstream)
public boolean canConvert(Class aClass)
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
public void marshal(Object object, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
marshal
in interface com.thoughtworks.xstream.converters.Converter
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.