edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters
Interface MarshallingContext
- All Superinterfaces:
- DataHolder
- All Known Implementing Classes:
- AbstractReferenceMarshaller, ReferenceByIdMarshaller, ReferenceByXPathMarshaller, TreeMarshaller
public interface MarshallingContext
- extends DataHolder
Methods inherited from interface edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.DataHolder |
get, keys, put |
convertAnother
void convertAnother(Object nextItem)
- Converts another object searching for the default converter
- Parameters:
nextItem
- the next item to convert
convertAnother
void convertAnother(Object nextItem,
Converter converter)
- Converts another object using the specified converter
- Parameters:
nextItem
- the next item to convertconverter
- the Converter to use- Since:
- 1.2
Copyright © 2012 Internet2. All Rights Reserved.