Uses of Package
com.thoughtworks.xstream.converters.reflection

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

Classes in com.thoughtworks.xstream.converters.reflection used by com.thoughtworks.xstream
ReflectionProvider
          Provides core reflection services.
 

Classes in com.thoughtworks.xstream.converters.reflection used by com.thoughtworks.xstream.annotations
AbstractReflectionConverter
           
ReflectionConverter
           
ReflectionProvider
          Provides core reflection services.
 

Classes in com.thoughtworks.xstream.converters.reflection used by com.thoughtworks.xstream.converters.reflection
AbstractReflectionConverter
           
FieldDictionary
          A field dictionary instance caches information about classes fields.
PureJavaReflectionProvider
          Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that can be constructed are limited.
ReflectionProvider
          Provides core reflection services.
ReflectionProvider.Visitor
          A visitor interface for serializable fields defined in a 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.
SerializationMethodInvoker
          Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching).
 



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