com.thoughtworks.xstream.converters
Interface MarshallingContext

All Superinterfaces:
DataHolder

public interface MarshallingContext
extends DataHolder


Method Summary
 void convertAnother(java.lang.Object nextItem)
          Converts another object searching for the default converter
 void convertAnother(java.lang.Object nextItem, Converter converter)
          Converts another object using the specified converter
 
Methods inherited from interface com.thoughtworks.xstream.converters.DataHolder
get, keys, put
 

Method Detail

convertAnother

void convertAnother(java.lang.Object nextItem)
Converts another object searching for the default converter

Parameters:
nextItem - the next item to convert

convertAnother

void convertAnother(java.lang.Object nextItem,
                    Converter converter)
Converts another object using the specified converter

Parameters:
nextItem - the next item to convert
converter - the Converter to use
Since:
1.2


Copyright © 2004-2012 XStream. All Rights Reserved.