public interface MarshallingContext extends DataHolder
| Modifier and Type | Method and Description |
|---|---|
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
|
get, keys, putvoid convertAnother(java.lang.Object nextItem)
nextItem - the next item to convertvoid convertAnother(java.lang.Object nextItem,
Converter converter)
nextItem - the next item to convertconverter - the Converter to useJoe Walnes, http://xstream.codehaus.org/