Uses of Class
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter

Packages that use AbstractReflectionConverter
com.thoughtworks.xstream.annotations   
com.thoughtworks.xstream.converters.reflection   
 

Uses of AbstractReflectionConverter in com.thoughtworks.xstream.annotations
 

Subclasses of AbstractReflectionConverter in com.thoughtworks.xstream.annotations
 class AnnotationReflectionConverter
          ReflectionConverter which uses an AnnotationProvider to marshall and unmarshall fields based on the annotated converters.
 

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

Subclasses of AbstractReflectionConverter in com.thoughtworks.xstream.converters.reflection
 class CGLIBEnhancedConverter
          Converts a proxy created by the CGLIB Enhancer.
 class ReflectionConverter
           
 class SerializableConverter
          Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement or inherit a custom readObject()/writeObject() method.
 



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