Package com.thoughtworks.xstream.mapper

Interface Summary
Mapper  
 

Class Summary
AliasingMapper Mapper that allows a fully qualified class name to be replaced with a shorter alias.
ArrayMapper Mapper that detects arrays and changes the name so it can identified as an array (for example Foo[] gets serialized as foo-array).
CachingMapper Mapper that caches which names map to which classes.
DefaultImplementationsMapper Mapper that resolves default implementations of classes.
DefaultMapper Default mapper implementation with 'vanilla' functionality.
DynamicProxyMapper Mapper for handling special cases of aliasing dynamic proxies.
DynamicProxyMapper.DynamicProxy Place holder type used for dynamic proxies.
ImmutableTypesMapper Mapper that specifies which types are basic immutable types.
MapperWrapper  
OuterClassMapper Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.
XmlFriendlyMapper Mapper that ensures that all names in the serialization stream are XML friendly.
 



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