public abstract static class XStreamJSon.BaseConverter extends Object
Modifier and Type | Field and Description |
---|---|
protected com.thoughtworks.xstream.mapper.Mapper |
mapper |
protected com.thoughtworks.xstream.converters.reflection.ReflectionProvider |
reflectionProvider |
Constructor and Description |
---|
XStreamJSon.BaseConverter(com.thoughtworks.xstream.XStream xstream) |
Modifier and Type | Method and Description |
---|---|
protected Object |
readValue(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context,
Object object,
Object fieldName) |
protected void |
writeValue(com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context,
String fieldName,
Object object) |
protected com.thoughtworks.xstream.mapper.Mapper mapper
protected com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider
public XStreamJSon.BaseConverter(com.thoughtworks.xstream.XStream xstream)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.