public interface MarshallingContext extends DataHolder
Modifier and Type | Method and Description |
---|---|
void |
convertAnother(Object nextItem)
Converts another object searching for the default converter
|
void |
convertAnother(Object nextItem,
Converter converter)
Converts another object using the specified converter
|
get, keys, put
void convertAnother(Object nextItem)
nextItem
- the next item to convertCopyright © 2004–2016 XStream. All rights reserved.