com.liferay.portal.lar.xstream
Class XStreamMarshallingContextAdapter
java.lang.Object
com.liferay.portal.lar.xstream.XStreamMarshallingContextAdapter
- All Implemented Interfaces:
- XStreamMarshallingContext
public class XStreamMarshallingContextAdapter
- extends Object
- implements XStreamMarshallingContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamMarshallingContextAdapter
public XStreamMarshallingContextAdapter(com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
convertAnother
public void convertAnother(Object object)
- Specified by:
convertAnother in interface XStreamMarshallingContext
convertAnother
public void convertAnother(Object object,
XStreamConverter xStreamConverter)
- Specified by:
convertAnother in interface XStreamMarshallingContext
get
public Object get(Object key)
- Specified by:
get in interface XStreamMarshallingContext
keys
public Iterator<String> keys()
- Specified by:
keys in interface XStreamMarshallingContext
put
public void put(Object key,
Object value)
- Specified by:
put in interface XStreamMarshallingContext