public interface

MarshallingContext

implements DataHolder
com.thoughtworks.xstream.converters.MarshallingContext

Summary

Public Methods
abstract void convertAnother(Object nextItem, Converter converter)
Converts another object using the specified converter
abstract void convertAnother(Object nextItem)
Converts another object searching for the default converter
[Expand]
Inherited Methods
From interface com.thoughtworks.xstream.converters.DataHolder

Public Methods

public abstract void convertAnother (Object nextItem, Converter converter)

Converts another object using the specified converter

Parameters
nextItem the next item to convert
converter the Converter to use

public abstract void convertAnother (Object nextItem)

Converts another object searching for the default converter

Parameters
nextItem the next item to convert