org.drools.runtime.help.impl
Class XStreamJSon.JSonGetGlobalConverter
java.lang.Object
org.drools.runtime.help.impl.XStreamJSon.BaseConverter
org.drools.runtime.help.impl.XStreamJSon.JSonGetGlobalConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher
- Enclosing class:
- XStreamJSon
public static class XStreamJSon.JSonGetGlobalConverter
- extends XStreamJSon.BaseConverter
- implements com.thoughtworks.xstream.converters.Converter
Method Summary |
boolean |
canConvert(Class clazz)
|
void |
marshal(Object object,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
|
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamJSon.JSonGetGlobalConverter
public XStreamJSon.JSonGetGlobalConverter(com.thoughtworks.xstream.XStream xstream)
marshal
public void marshal(Object object,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context)
- Specified by:
marshal
in interface com.thoughtworks.xstream.converters.Converter
unmarshal
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
- Specified by:
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
canConvert
public boolean canConvert(Class clazz)
- Specified by:
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.