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

Packages that use MarshallingContext
com.thoughtworks.xstream.annotations   
com.thoughtworks.xstream.converters   
com.thoughtworks.xstream.converters.basic Converters for common basic types in Java. 
com.thoughtworks.xstream.converters.collections Converters for collection objects that write their items as nested elements, such as arrays, Lists, Sets and Maps. 
com.thoughtworks.xstream.converters.enums   
com.thoughtworks.xstream.converters.extended Extra converters that may not be enabled in XStream by default. 
com.thoughtworks.xstream.converters.javabean   
com.thoughtworks.xstream.converters.reflection   
 

Uses of MarshallingContext in com.thoughtworks.xstream.annotations
 

Methods in com.thoughtworks.xstream.annotations with parameters of type MarshallingContext
protected  void AnnotationReflectionConverter.marshallField(MarshallingContext context, java.lang.Object newObj, java.lang.reflect.Field field)
          Deprecated.  
 

Uses of MarshallingContext in com.thoughtworks.xstream.converters
 

Methods in com.thoughtworks.xstream.converters with parameters of type MarshallingContext
 void SingleValueConverterWrapper.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void Converter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
          Convert an object to textual data.
 

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

Methods in com.thoughtworks.xstream.converters.basic with parameters of type MarshallingContext
 void AbstractBasicConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
          Deprecated.  
 void NullConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void CharConverter.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 CollectionConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void ArrayConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void BitSetConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void PropertiesConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void CharArrayConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
abstract  void AbstractCollectionConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void MapConverter.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.enums
 

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

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

Methods in com.thoughtworks.xstream.converters.extended with parameters of type MarshallingContext
 void EncodedByteArrayConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void ThrowableConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void FontConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void ColorConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void GregorianCalendarConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void JavaMethodConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void SubjectConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void RegexPatternConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void DynamicProxyConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
protected  void SubjectConverter.marshalPrincipals(java.util.Set principals, HierarchicalStreamWriter writer, MarshallingContext context)
           
protected  void SubjectConverter.marshalPrivateCredentials(java.util.Set privCredentials, HierarchicalStreamWriter writer, MarshallingContext context)
           
protected  void SubjectConverter.marshalPublicCredentials(java.util.Set pubCredentials, HierarchicalStreamWriter writer, MarshallingContext context)
           
 

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

Methods in com.thoughtworks.xstream.converters.javabean with parameters of type MarshallingContext
 void JavaBeanConverter.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
protected  void AbstractReflectionConverter.doMarshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void SerializableConverter.doMarshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
protected  void SerializableConverter.doMarshalConditionally(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void SelfStreamingInstanceChecker.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void ExternalizableConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void AbstractReflectionConverter.marshal(java.lang.Object original, HierarchicalStreamWriter writer, MarshallingContext context)
           
 void CGLIBEnhancedConverter.marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
           
protected  void AbstractReflectionConverter.marshallField(MarshallingContext context, java.lang.Object newObj, java.lang.reflect.Field field)
           
 



Copyright © 2004-2011 XStream. All Rights Reserved.