public class XStreamMarshallingContextAdapter
extends java.lang.Object
implements com.liferay.exportimport.kernel.xstream.XStreamMarshallingContext
Constructor and Description |
---|
XStreamMarshallingContextAdapter(com.thoughtworks.xstream.converters.MarshallingContext marshallingContext) |
Modifier and Type | Method and Description |
---|---|
void |
convertAnother(java.lang.Object object) |
void |
convertAnother(java.lang.Object object,
com.liferay.exportimport.kernel.xstream.XStreamConverter xStreamConverter) |
java.lang.Object |
get(java.lang.Object key) |
java.util.Iterator<java.lang.String> |
keys() |
void |
put(java.lang.Object key,
java.lang.Object value) |
public XStreamMarshallingContextAdapter(com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
public void convertAnother(java.lang.Object object)
convertAnother
in interface com.liferay.exportimport.kernel.xstream.XStreamMarshallingContext
public void convertAnother(java.lang.Object object, com.liferay.exportimport.kernel.xstream.XStreamConverter xStreamConverter)
convertAnother
in interface com.liferay.exportimport.kernel.xstream.XStreamMarshallingContext
public java.lang.Object get(java.lang.Object key)
get
in interface com.liferay.exportimport.kernel.xstream.XStreamMarshallingContext
public java.util.Iterator<java.lang.String> keys()
keys
in interface com.liferay.exportimport.kernel.xstream.XStreamMarshallingContext
public void put(java.lang.Object key, java.lang.Object value)
put
in interface com.liferay.exportimport.kernel.xstream.XStreamMarshallingContext