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, put
void 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 useCopyright © 2004–2024 XStream. All rights reserved.