| Name | Description | Type | Package | Framework |
| AbstractReferenceUnmarshaller | Abstract base class for a TreeUnmarshaller, that resolves references. | Class | com.thoughtworks.xstream.core | XStream |
|
| AbstractReader | Abstract base class for all HierarchicalStreamReader implementations. | Class | com.thoughtworks.xstream.io | XStream |
|
| AbstractReferenceMarshaller | Abstract base class for a TreeMarshaller, that can build references. | Class | com.thoughtworks.xstream.core | XStream |
|
| AbstractJsonWriter | An abstract implementation of a writer that calls abstract methods to build JSON structures. | Class | com.thoughtworks.xstream.io.json | XStream |
|
| AbstractPullReader | Base class that contains common functionality across HierarchicalStreamReader implementations that need to read from a pull parser. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| AbstractDriver | Abstract base class for all HierarchicalStreamDriver implementations. | Class | com.thoughtworks.xstream.io | XStream |
|
| AbstractFilePersistenceStrategy | Abstract base class for file based persistence strategies. | Class | com.thoughtworks.xstream.persistence | XStream |
|
| AbstractDocumentReader | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| AbstractDocumentWriter | A generic HierarchicalStreamWriter for DOM writer implementations. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| AbstractAttributedCharacterIteratorAttributeConverter | An abstract converter implementation for constants of AttributedCharacterIterator. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| AbstractCollectionConverter | Base helper class for converters that need to handle collections of items (arrays, Lists, Maps, etc). | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| AbstractAttributeAliasingMapper | Abstract base class for AttributeAliassingMapper and its system version. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| AbstractReflectionConverter | | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| AbstractSingleValueConverter | Base abstract implementation of SingleValueConverter. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| AbstractTreeMarshallingStrategy | Basic functionality of a tree based marshalling strategy. | Class | com.thoughtworks.xstream.core | XStream |
|
| AbstractWriter | Abstract base class for all HierarchicalStreamWriter implementations. | Class | com.thoughtworks.xstream.io | XStream |
|
| AbstractXmlDriver | Base class for HierarchicalStreamDrivers to use xml-based HierarchicalStreamReader and HierarchicalStreamWriter. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| AbstractXmlFriendlyMapper | Mapper that ensures that all names in the serialization stream are XML friendly. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| AbstractXmlReader | Abstract base implementation of HierarchicalStreamReader that provides common functionality to all XML-based readers. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| AbstractXmlWriter | Abstract base implementation of HierarchicalStreamWriter that provides common functionality to all XML-based writers. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| AbstractXppDomDriver | An abstract base class for a driver using an XPP DOM implementation. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| AbstractXppDriver | An abstract base class for a driver using an XPP implementation. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| AnnotationConfiguration | An interface for the configuration part of the AnnotationMapper. | Interface | com.thoughtworks.xstream.mapper | XStream |
|
| AnnotationMapper | A mapper that uses annotations to prepare the remaining mappers in the chain. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| AnnotationProvider | An utility class to provide annotations from different sourcesAuthor:Guilherme Silveira | Class | com.thoughtworks.xstream.annotations | XStream |
|
| AnnotationReflectionConverter | ReflectionConverter which uses an AnnotationProvider to marshall and unmarshall fields based on the annotated converters. | Class | com.thoughtworks.xstream.annotations | XStream |
|
| Annotations | Contains utility methods that enable to configure an XStream instance with class and field aliases, based on a class decorated with annotations defined in this package. | Class | com.thoughtworks.xstream.annotations | XStream |
|
| AnyTypePermission | Permission for any type and null. | Class | com.thoughtworks.xstream.security | XStream |
|
| ArrayConverter | Converts an array of objects or primitives to XML, using a nested child element for each item. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| ArrayMapper | Mapper that detects arrays and changes the name so it can identified as an array (for example Foo[] gets serialized as foo-array). | Class | com.thoughtworks.xstream.mapper | XStream |
|
| ArrayTypePermission | Permission for any array type. | Class | com.thoughtworks.xstream.security | XStream |
|
| AttributeAliasingMapper | Mapper that allows aliasing of attribute names. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| AttributeMapper | Mapper that allows the usage of attributes for fields and corresponding types or specified arbitrary types. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| AttributeNameIterator | Provide an iterator over the attribute names of the current node of a reader. | Class | com.thoughtworks.xstream.io | XStream |
|
| BaseException | JDK1. | Class | com.thoughtworks.xstream.core | XStream |
|
| BeanProperty | Provide access to a bean property. | Class | com.thoughtworks.xstream.converters.javabean | XStream |
|
| BeanProvider | | Class | com.thoughtworks.xstream.converters.javabean | XStream |
|
| BEAStaxDriver | A driver using the BEA StAX implementation. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| BigDecimalConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| BigIntegerConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| BinaryStreamDriver | HierarchicalStreamDriver for binary input and output. | Class | com.thoughtworks.xstream.io.binary | XStream |
|
| BinaryStreamReader | A HierarchicalStreamReader that reads from a binary stream created by BinaryStreamWriter. | Class | com.thoughtworks.xstream.io.binary | XStream |
|
| BinaryStreamWriter | | Class | com.thoughtworks.xstream.io.binary | XStream |
|
| BitSetConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| BooleanConverter | Converts a boolean primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| ByteConverter | Converts a byte primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| Caching | Marker interface for caching implementations. | Interface | com.thoughtworks.xstream.core | XStream |
|
| CachingMapper | Mapper that caches which names map to which classes. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| CannotResolveClassException | Exception thrown if a mapper cannot locate the appropriate class for an element. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| CGLIBEnhancedConverter | Converts a proxy created by the CGLIB Enhancer. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| CGLIBMapper | Mapper that detects proxies generated by the CGLIB enhancer. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| CGLIBProxyTypePermission | Permission for any array type. | Class | com.thoughtworks.xstream.security | XStream |
|
| CharArrayConverter | | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| CharConverter | Converts a char primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| CharsetConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| ClassAliasingMapper | Mapper that allows a fully qualified class name to be replaced with an alias. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| ClassLoaderReference | Reference to a ClassLoader, allowing a single instance to be passed around the codebase that can later have its destination changed. | Class | com.thoughtworks.xstream.core | XStream |
|
| CollectionConverter | Converts most common Collections (Lists and Sets) to XML, specifying a nested element for each item. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| ColorConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| CompactWriter | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| ComparingPropertySorter | A sorter that uses a comparator to determine the order of the bean properties. | Class | com.thoughtworks.xstream.converters.javabean | XStream |
|
| ConversionException | Thrown by Converter implementations when they cannot convert an object to/from textual data. | Class | com.thoughtworks.xstream.converters | XStream |
|
| Converter | Converter implementations are responsible marshalling Java objects to/from textual data. | Interface | com.thoughtworks.xstream.converters | XStream |
|
| ConverterLookup | Responsible for looking up the correct Converter implementation for a specific type. | Interface | com.thoughtworks.xstream.converters | XStream |
|
| ConverterMatcher | ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance. | Interface | com.thoughtworks.xstream.converters | XStream |
|
| ConverterRegistry | An interface for the converter management. | Interface | com.thoughtworks.xstream.converters | XStream |
|
| CurrencyConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| DataHolder | Holds generic data, to be used as seen fit by the user. | Interface | com.thoughtworks.xstream.converters | XStream |
|
| DateConverter | Converts a Date to a string as a date format, retaining precision down to milliseconds. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| DefaultConverterLookup | The default implementation of converters lookup. | Class | com.thoughtworks.xstream.core | XStream |
|
| DefaultImplementationsMapper | Mapper that resolves default implementations of classes. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| DefaultMapper | Default mapper implementation with 'vanilla' functionality. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| DocumentReader | A generic interface for all HierarchicalStreamReader implementations reading a DOM. | Interface | com.thoughtworks.xstream.io.xml | XStream |
|
| DocumentWriter | A generic interface for all HierarchicalStreamWriter implementations generating aSince:1. | Interface | com.thoughtworks.xstream.io.xml | XStream |
|
| Dom4JDriver | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| Dom4JReader | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| Dom4JWriter | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| Dom4JXmlWriter | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| DomDriver | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| DomReader | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| DomWriter | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| DoubleConverter | Converts a double primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| DurationConverter | A Converter for the XML Schema datatype duration and the Java type Duration. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| DynamicProxyConverter | Converts a dynamic proxy to XML, storing the implemented interfaces and handler. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| DynamicProxyMapper | Mapper for handling special cases of aliasing dynamic proxies. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| EncodedByteArrayConverter | Converts a byte array to a single Base64 encoding string. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| EnumConverter | Converter for JDK 1. | Class | com.thoughtworks.xstream.converters.enums | XStream |
|
| EnumMapConverter | Serializes an Java 5 EnumMap, including the type of Enum it's for. | Class | com.thoughtworks.xstream.converters.enums | XStream |
|
| EnumMapper | Mapper that handles the special case of polymorphic enums in Java 1. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| EnumSetConverter | Serializes a Java 5 EnumSet. | Class | com.thoughtworks.xstream.converters.enums | XStream |
|
| EnumSingleValueConverter | A single value converter for a special enum type. | Class | com.thoughtworks.xstream.converters.enums | XStream |
|
| EnumToStringConverter | A single value converter for a special enum type using its string representation. | Class | com.thoughtworks.xstream.converters.enums | XStream |
|
| ErrorReporter | To aid debugging, some components expose themselves as ErrorReporter indicating that they can add information in case of an error. | Interface | com.thoughtworks.xstream.converters | XStream |
|
| ErrorWriter | To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information | Interface | com.thoughtworks.xstream.converters | XStream |
|
| ExplicitTypePermission | Explicit permission for a type with a name matching one in the provided list. | Class | com.thoughtworks.xstream.security | XStream |
|
| ExtendedHierarchicalStreamReader | | Interface | com.thoughtworks.xstream.io | XStream |
|
| ExtendedHierarchicalStreamWriter | | Interface | com.thoughtworks.xstream.io | XStream |
|
| ExtendedHierarchicalStreamWriterHelper | | Class | com.thoughtworks.xstream.io | XStream |
|
| ExternalizableConverter | Converts any object that implements the java. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| FieldAliasingMapper | | Class | com.thoughtworks.xstream.mapper | XStream |
|
| FieldDictionary | A field dictionary instance caches information about classes fields. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| FieldKey | | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| FieldKeySorter | An interface capable of sorting fields. | Interface | com.thoughtworks.xstream.converters.reflection | XStream |
|
| FileConverter | This converter will take care of storing and retrieving File with either an absolute path OR a relative path depending on how they were created. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| FilePersistenceStrategy | PersistenceStrategy to assign keys with single value to objects persisted in files. | Class | com.thoughtworks.xstream.persistence | XStream |
|
| FileStreamStrategy | PersistenceStrategy to assign string based keys to objects persisted in files. | Class | com.thoughtworks.xstream.persistence | XStream |
|
| FloatConverter | Converts a float primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| FontConverter | | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| ForbiddenClassException | Exception thrown for a forbidden class. | Class | com.thoughtworks.xstream.security | XStream |
|
| GregorianCalendarConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| HierarchicalStreamCopier | Tool for copying the contents of one HierarichalStreamReader to a HierarichalStreamWriter. | Class | com.thoughtworks.xstream.io.copy | XStream |
|
| HierarchicalStreamDriver | Provides implementation of stream parsers and writers to XStream. | Interface | com.thoughtworks.xstream.io | XStream |
|
| HierarchicalStreamReader | If any errors are detected, allow the reader to add any additional information that can aid debugging (such as line numbers, XPath expressions, etc). | Interface | com.thoughtworks.xstream.io | XStream |
|
| HierarchicalStreamWriter | | Interface | com.thoughtworks.xstream.io | XStream |
|
| ImmutableFieldKeySorter | Does not change the order of the fields. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| ImmutableTypesMapper | Mapper that specifies which types are basic immutable types. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| ImplicitCollectionMapper | | Class | com.thoughtworks.xstream.mapper | XStream |
|
| InitializationException | Exception thrown configuring an XStream instance. | Class | com.thoughtworks.xstream | XStream |
|
| IntConverter | Converts an int primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| InterfaceTypePermission | Permission for any interface type. | Class | com.thoughtworks.xstream.security | XStream |
|
| ISO8601DateConverter | A DateConverter conforming to the ISO8601 standard. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| ISO8601GregorianCalendarConverter | A GregorianCalendarConverter conforming to the ISO8601 standard. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| ISO8601SqlTimestampConverter | A SqlTimestampConverter conforming to the ISO8601 standard. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| JavaBeanConverter | Can convert any bean with a public default constructor. | Class | com.thoughtworks.xstream.converters.javabean | XStream |
|
| JavaBeanProvider | | Interface | com.thoughtworks.xstream.converters.javabean | XStream |
|
| JavaClassConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| JavaFieldConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| JavaMethodConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| JDom2Driver | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| JDom2Reader | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| JDom2Writer | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| JDomDriver | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| JDomReader | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| JDomWriter | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| JettisonMappedXmlDriver | Simple XStream driver wrapping Jettison's Mapped reader and writer. | Class | com.thoughtworks.xstream.io.json | XStream |
|
| JettisonStaxWriter | A specialized StaxWriter that makes usage of internal functionality of Jettison. | Class | com.thoughtworks.xstream.io.json | XStream |
|
| JsonHierarchicalStreamDriver | A driver for JSON that writes optimized JSON format, but is not able to deserialize the result. | Class | com.thoughtworks.xstream.io.json | XStream |
|
| JsonHierarchicalStreamWriter | A simple writer that outputs JSON in a pretty-printed indented stream. | Class | com.thoughtworks.xstream.io.json | XStream |
|
| JsonWriter | A simple writer that outputs JSON in a pretty-printed indented stream. | Class | com.thoughtworks.xstream.io.json | XStream |
|
| JVM | | Class | com.thoughtworks.xstream.core | XStream |
|
| KXml2DomDriver | A HierarchicalStreamDriver for XPP DOM using the kXML2 parser. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| KXml2Driver | A HierarchicalStreamDriver using the kXML2 parser. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| LambdaConverter | Converts a lambda type. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| LambdaMapper | Mapper to map serializable lambda types to the name of their functional interface and non-serializable ones toSince:1. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| LocalConversionMapper | A Mapper for locally defined converters for a member field. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| LocaleConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| LongConverter | Converts a long primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| LookAndFeelConverter | A converter for Swing LookAndFeel implementations. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| MapBackedDataHolder | | Class | com.thoughtworks.xstream.core | XStream |
|
| MapConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| Mapper | | Interface | com.thoughtworks.xstream.mapper | XStream |
|
| MapperWrapper | | Class | com.thoughtworks.xstream.mapper | XStream |
|
| MarshallingContext | | Interface | com.thoughtworks.xstream.converters | XStream |
|
| MarshallingStrategy | | Interface | com.thoughtworks.xstream | XStream |
|
| MissingFieldException | Indicates a missing field or property creating an object. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| NameCoder | Coder between names in the object graph and names of a target format. | Interface | com.thoughtworks.xstream.io.naming | XStream |
|
| NameCoderWrapper | A wrapper for another NameCoder. | Class | com.thoughtworks.xstream.io.naming | XStream |
|
| NamedArrayConverter | An array converter that uses predefined names for its items. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| NamedCollectionConverter | A collection converter that uses predefined names for its items. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| NamedMapConverter | A map converter that uses predefined names for its elements. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| NativeFieldKeySorter | Sort the fields in their natural order. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| NativePropertySorter | A sorter that keeps the natural order of the bean properties as they are returned by the JavaBean introspection. | Class | com.thoughtworks.xstream.converters.javabean | XStream |
|
| NoNameCoder | A NameCoder that does nothing. | Class | com.thoughtworks.xstream.io.naming | XStream |
|
| NoPermission | Wrapper to negate another type permission. | Class | com.thoughtworks.xstream.security | XStream |
|
| NoTypePermission | No permission for any type. | Class | com.thoughtworks.xstream.security | XStream |
|
| NullConverter | Special converter to signify nulls at the root level. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| NullPermission | Permission for null or XStream's null replacement type. | Class | com.thoughtworks.xstream.security | XStream |
|
| ObjectAccessException | | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| OuterClassMapper | Mapper that uses a more meaningful alias for the field in an inner class (this$0) that refers to the outer class. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| PackageAliasingMapper | Mapper that allows a package name to be replaced with an alias. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| Path | Represents a path to a single node in the tree. | Class | com.thoughtworks.xstream.io.path | XStream |
|
| PathTracker | Maintains the current Path as a stream is moved through. | Class | com.thoughtworks.xstream.io.path | XStream |
|
| PathTrackingReader | Wrapper for HierarchicalStreamReader that tracks the path (a subset of XPath) of the current node that is being read. | Class | com.thoughtworks.xstream.io.path | XStream |
|
| PathTrackingWriter | Wrapper for HierarchicalStreamWriter that tracks the path (a subset of XPath) of the current node that is being written. | Class | com.thoughtworks.xstream.io.path | XStream |
|
| PersistenceStrategy | A key to a persistent storage and vice-versa strategy interface. | Interface | com.thoughtworks.xstream.persistence | XStream |
|
| PrettyPrintWriter | A simple writer that outputs XML in a pretty-printed indented stream. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| PrimitiveTypePermission | Permission for any primitive type and its boxed counterpart (incl. | Class | com.thoughtworks.xstream.security | XStream |
|
| PropertiesConverter | Special converter for java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| PropertyDictionary | Builds the properties maps for each bean and caches them. | Class | com.thoughtworks.xstream.converters.javabean | XStream |
|
| PropertyEditorCapableConverter | A SingleValueConverter that can utilize a PropertyEditor implementation used for a specific type. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| PropertySorter | An interface capable of sorting Java bean properties. | Interface | com.thoughtworks.xstream.converters.javabean | XStream |
|
| ProxyTypePermission | Permission for any array type. | Class | com.thoughtworks.xstream.security | XStream |
|
| PureJavaReflectionProvider | Pure Java ObjectFactory that instantiates objects using standard Java reflection, however the types of objects that can be constructed are limited. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| QNameMap | Represents a mapping of QName instances to Java class names allowing class aliases and namespace aware mappings of QNames to class names. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| ReaderWrapper | Base class to make it easy to create wrappers (decorators) for HierarchicalStreamReader. | Class | com.thoughtworks.xstream.io | XStream |
|
| ReferenceByIdMarshaller | | Class | com.thoughtworks.xstream.core | XStream |
|
| ReferenceByIdMarshallingStrategy | | Class | com.thoughtworks.xstream.core | XStream |
|
| ReferenceByIdUnmarshaller | | Class | com.thoughtworks.xstream.core | XStream |
|
| ReferenceByXPathMarshaller | | Class | com.thoughtworks.xstream.core | XStream |
|
| ReferenceByXPathMarshallingStrategy | | Class | com.thoughtworks.xstream.core | XStream |
|
| ReferenceByXPathUnmarshaller | | Class | com.thoughtworks.xstream.core | XStream |
|
| ReferencingMarshallingContext | A MarshallingContext that manages references. | Interface | com.thoughtworks.xstream.core | XStream |
|
| ReflectionConverter | | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| ReflectionProvider | Provides core reflection services. | Interface | com.thoughtworks.xstream.converters.reflection | XStream |
|
| ReflectionProviderWrapper | A wrapper implementation for the ReflectionProvider. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| RegexPatternConverter | Ensures java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| RegExpTypePermission | Permission for any type with a name matching one of the provided regular expressions. | Class | com.thoughtworks.xstream.security | XStream |
|
| SaxWriter | A SAX parser that acts as an XStream HierarchicalStreamWriter to enable direct generation of a | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| SecurityMapper | A Mapper implementation injecting a security layer based on permission rules for any type required in the unmarshalling process. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| SelfStreamingInstanceChecker | A special converter that prevents self-serialization. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| SequenceGenerator | | Class | com.thoughtworks.xstream.core | XStream |
|
| SerializableConverter | Emulates the mechanism used by standard Java Serialization for classes that implement java. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| SerializationMethodInvoker | Convenience wrapper to invoke special serialization methods on objects (and perform reflection caching). | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| ShortConverter | Converts a short primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| SingletonCollectionConverter | Converts singleton collections (list and set) to XML, specifying a nested element for the Supports Collections. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| SingletonMapConverter | Converts a singleton map to XML, specifying an 'entry' element with 'key' and 'value' children. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| SingleValueConverter | SingleValueConverter implementations are marshallable to/from a single value String representation. | Interface | com.thoughtworks.xstream.converters | XStream |
|
| SingleValueConverterWrapper | | Class | com.thoughtworks.xstream.converters | XStream |
|
| SjsxpDriver | A driver using the JDK 6 StAX implementation of Sun. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| SortableFieldKeySorter | The default implementation for sorting fields. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| SqlDateConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| SqlTimeConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| SqlTimestampConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| StackTraceElementConverter | Converter for StackTraceElement (the lines of a stack trace) - JDK 1. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| StackTraceElementFactory | Factory for creating StackTraceElements. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| StandardStaxDriver | A driver using the standard JDK StAX implementation provided by the Java runtime (since Java In contrast to XMLInputFactory. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| StatefulWriter | An wrapper for all HierarchicalStreamWriter implementations, that keeps the state. | Class | com.thoughtworks.xstream.io | XStream |
|
| StaticNameCoder | A NameCoder that encodes and decodes names based on a map. | Class | com.thoughtworks.xstream.io.naming | XStream |
|
| StaxDriver | A driver using the StAX API to create XML reader and writer. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| StaxReader | A reader using the StAX API. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| StaxWriter | A stream writing that outputs to a StAX stream writerVersion:$Revision: 1906 $Author:James Strachan | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| StreamException | | Class | com.thoughtworks.xstream.io | XStream |
|
| StreamStrategy | A key to filename and vice-versa strategy interface. | Interface | com.thoughtworks.xstream.persistence | XStream |
|
| StringBufferConverter | Converts the contents of a StringBuffer to XML. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| StringBuilderConverter | Converts the contents of a StringBuilder to XML. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| StringConverter | Converts a String to a String ;). | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| SubjectConverter | Converts a Subject instance. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| Sun14ReflectionProvider | Instantiates a new object on the Sun JVM by bypassing the constructor (meaning code in the constructor will never be executed and parameters do not have to be known). | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| SunLimitedUnsafeReflectionProvider | Instantiates a new object bypassing the constructor using undocumented internal JDK features. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| SunUnsafeReflectionProvider | Instantiates a new object bypassing the constructor using undocumented internal JDK features. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| SystemAttributeAliasingMapper | Mapper that allows aliasing of system attribute names. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| TextAttributeConverter | A converter for TextAttribute constants. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| ThrowableConverter | Converter for Throwable (and Exception) that retains stack trace. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| ToAttributedValueConverter | Converter that supports the definition of one field member that will be written as value and all other field members are written as attributes. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| Token | Represents the Tokens stored in the binary stream used by BinaryStreamReader and BinaryStreamWriter. | Class | com.thoughtworks.xstream.io.binary | XStream |
|
| ToStringConverter | Convenient converter for classes with natural string representation. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| TraxSource | A JAXP TrAX Source that enables using XStream object serialization as direct input for XSLT processors without resorting to an intermediate representation such as | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| TreeMapConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| TreeMarshaller | | Class | com.thoughtworks.xstream.core | XStream |
|
| TreeMarshallingStrategy | | Class | com.thoughtworks.xstream.core | XStream |
|
| TreeSetConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| TreeUnmarshaller | | Class | com.thoughtworks.xstream.core | XStream |
|
| TypeHierarchyPermission | Permission for a type hierarchy with a name matching one in the provided list. | Class | com.thoughtworks.xstream.security | XStream |
|
| TypePermission | Definition of a type permission. | Interface | com.thoughtworks.xstream.security | XStream |
|
| UnmarshallingContext | | Interface | com.thoughtworks.xstream.converters | XStream |
|
| URIConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| URLConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| UUIDConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| WildcardTypePermission | Permission for any type with a name matching one of the provided wildcard expressions. | Class | com.thoughtworks.xstream.security | XStream |
|
| WriterWrapper | Base class to make it easy to create wrappers (decorators) for HierarchicalStreamWriter. | Class | com.thoughtworks.xstream.io | XStream |
|
| WstxDriver | A driver using the Woodstox StAX implementation. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XmlArrayList | A persistent list implementation backed on a XmlMap. | Class | com.thoughtworks.xstream.persistence | XStream |
|
| XmlFriendlyMapper | Mapper that ensures that all names in the serialization stream are XML friendly. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| XmlFriendlyNameCoder | Encode and decode tag and attribute names in XML drivers. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XmlFriendlyReader | An interface for a HierarchicalStreamReader supporting XML-friendly names. | Interface | com.thoughtworks.xstream.io.xml | XStream |
|
| XmlFriendlyReplacer | Allows replacement of Strings in XML-friendly drivers. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XmlFriendlyWriter | An interface for a HierarchicalStreamWriter supporting XML-friendly names. | Interface | com.thoughtworks.xstream.io.xml | XStream |
|
| XmlMap | A persistent map. | Class | com.thoughtworks.xstream.persistence | XStream |
|
| XmlSet | A persistent set implementation. | Class | com.thoughtworks.xstream.persistence | XStream |
|
| XomDriver | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XomReader | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XomWriter | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| Xpp3Dom | Simple Document Object Model for XmlPullParser implementations. | Class | com.thoughtworks.xstream.io.xml.xppdom | XStream |
|
| Xpp3DomBuilder | | Class | com.thoughtworks.xstream.io.xml.xppdom | XStream |
|
| Xpp3DomDriver | A HierarchicalStreamDriver for XPP DOM using the Xpp3 parser. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| Xpp3Driver | A HierarchicalStreamDriver using the Xpp3 parser. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XppDom | Simple Document Object Model for XmlPullParser implementations. | Class | com.thoughtworks.xstream.io.xml.xppdom | XStream |
|
| XppDomComparator | Comparator for XppDom. | Class | com.thoughtworks.xstream.io.xml.xppdom | XStream |
|
| XppDomDriver | A HierarchicalStreamDriver for XPP DOM using the XmlPullParserFactory to locate an parser. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XppDomReader | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XppDomWriter | | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XppDriver | A HierarchicalStreamDriver using the XmlPullParserFactory to locate an XML Pull Parser. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XppFactory | XmlPullParser utility methods. | Class | com.thoughtworks.xstream.io.xml.xppdom | XStream |
|
| XppReader | XStream reader that pulls directly from the stream using the XmlPullParser API. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XStream | Simple facade to XStream library, a Java-XML serialization tool. | Class | com.thoughtworks.xstream | XStream |
|
| XStream11NameCoder | A XmlFriendlyNameCoder to support backward compatibility with XStream 1. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XStream11XmlFriendlyMapper | Mapper that ensures that all names in the serialization stream are read in an XML friendly way. | Class | com.thoughtworks.xstream.mapper | XStream |
|
| XStream11XmlFriendlyReplacer | Allows replacement of Strings in xml-friendly drivers to provide compatibility with XStreamSince:1. | Class | com.thoughtworks.xstream.io.xml | XStream |
|
| XStream12FieldKeySorter | Sort the fields in the order of XStream 1. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| XStreamAlias | Annotation used to define an XStream class or field alias. | Class | com.thoughtworks.xstream.annotations | XStream |
|
| XStreamAliasType | Annotation used to define an XStream type alias. | Class | com.thoughtworks.xstream.annotations | XStream |
|
| XStreamConverter | Annotation to declare a converter. | Class | com.thoughtworks.xstream.annotations | XStream |
|
| XStreamConverters | | Class | com.thoughtworks.xstream.annotations | XStream |
|
| XStreamer | Self-contained XStream generator. | Class | com.thoughtworks.xstream | XStream |
|
| XStreamException | Base exception for all thrown exceptions with XStream. | Class | com.thoughtworks.xstream | XStream |
|
| XStreamImplicit | An annotation for marking a field as an implicit collection or array. | Class | com.thoughtworks.xstream.annotations | XStream |
|
| XStreamImplicitCollection | | Class | com.thoughtworks.xstream.annotations | XStream |
|
| XStreamInclude | Annotation to force automated processing of further classes. | Class | com.thoughtworks.xstream.annotations | XStream |