Uses of Interface
com.thoughtworks.xstream.core.Caching
Packages that use Caching
Package
Description
Extra converters that may not be enabled in XStream by default.
-
Uses of Caching in com.thoughtworks.xstream.annotations
Classes in com.thoughtworks.xstream.annotations that implement Caching -
Uses of Caching in com.thoughtworks.xstream.converters.extended
Classes in com.thoughtworks.xstream.converters.extended that implement CachingModifier and TypeClassDescriptionclass
A converter for Swing LookAndFeel implementations. -
Uses of Caching in com.thoughtworks.xstream.converters.javabean
Classes in com.thoughtworks.xstream.converters.javabean that implement CachingModifier and TypeClassDescriptionclass
Builds the properties maps for each bean and caches them. -
Uses of Caching in com.thoughtworks.xstream.converters.reflection
Classes in com.thoughtworks.xstream.converters.reflection that implement CachingModifier and TypeClassDescriptionclass
class
Converts a proxy created by the CGLIBEnhancer
.class
A field dictionary instance caches information about classes fields.class
Converts a lambda type.class
class
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND implement or inherit a custom readObject()/writeObject() method.class
Deprecated.As of 1.4.8, moved into internal util package.class
The default implementation for sorting fields. -
Uses of Caching in com.thoughtworks.xstream.core
Classes in com.thoughtworks.xstream.core that implement CachingModifier and TypeClassDescriptionclass
The default implementation of converters lookup.class
-
Uses of Caching in com.thoughtworks.xstream.core.util
Classes in com.thoughtworks.xstream.core.util that implement CachingModifier and TypeClassDescriptionclass
Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching). -
Uses of Caching in com.thoughtworks.xstream.mapper
Classes in com.thoughtworks.xstream.mapper that implement CachingModifier and TypeClassDescriptionclass
Mapper that caches which names map to which classes.class
Mapper that handles the special case of polymorphic enums in Java 1.5.class
Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class.
ReflectionConverter