Uses of Interface
com.thoughtworks.xstream.converters.MarshallingContext

Packages that use MarshallingContext
com.thoughtworks.xstream.converters   
com.thoughtworks.xstream.converters.basic   
com.thoughtworks.xstream.converters.collections   
com.thoughtworks.xstream.converters.extended   
com.thoughtworks.xstream.converters.reflection   
 

Uses of MarshallingContext in com.thoughtworks.xstream.converters
 

Methods in com.thoughtworks.xstream.converters with parameters of type MarshallingContext
 void Converter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 

Uses of MarshallingContext in com.thoughtworks.xstream.converters.basic
 

Methods in com.thoughtworks.xstream.converters.basic with parameters of type MarshallingContext
 void NullConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void AbstractBasicConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 

Uses of MarshallingContext in com.thoughtworks.xstream.converters.collections
 

Methods in com.thoughtworks.xstream.converters.collections with parameters of type MarshallingContext
 void TreeSetConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void TreeMapConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void PropertiesConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void MapConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void CollectionConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void CharArrayConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void BitSetConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void ArrayConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
abstract  void AbstractCollectionConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
protected  void AbstractCollectionConverter.writeItem(java.lang.Object item, MarshallingContext context, HierarchicalStreamWriter writer)
           
 

Uses of MarshallingContext in com.thoughtworks.xstream.converters.extended
 

Methods in com.thoughtworks.xstream.converters.extended with parameters of type MarshallingContext
 void JavaMethodConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void EncodedByteArrayConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void DynamicProxyConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void ColorConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 

Uses of MarshallingContext in com.thoughtworks.xstream.converters.reflection
 

Methods in com.thoughtworks.xstream.converters.reflection with parameters of type MarshallingContext
 void ReflectionConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 



Joe Walnes, http://xstream.codehaus.org/