| Name | Description | Type | Package | Framework |
| 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 |
|
| AbstractReflectionConverter | | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| AbstractReflectionConverter .DuplicateFieldException | | Class | com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter | XStream |
|
| AbstractReflectionConverter .UnknownFieldException | | Class | com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter | XStream |
|
| AbstractSingleValueConverter | Base abstract implementation of SingleValueConverter. | Class | com.thoughtworks.xstream.converters.basic | 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 |
|
| BeanProperty | Provide access to a bean property. | Class | com.thoughtworks.xstream.converters.javabean | XStream |
|
| BeanProvider | | Class | com.thoughtworks.xstream.converters.javabean | XStream |
|
| BigDecimalConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| BigIntegerConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.basic | 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 |
|
| CGLIBEnhancedConverter | Converts a proxy created by the CGLIB Enhancer. | Class | com.thoughtworks.xstream.converters.reflection | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| ExternalizableConverter | Converts any object that implements the java. | Class | com.thoughtworks.xstream.converters.reflection | 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 |
|
| FloatConverter | Converts a float primitive or java. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| FontConverter | | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| GregorianCalendarConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| ImmutableFieldKeySorter | Does not change the order of the fields. | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| IntConverter | Converts an int primitive or java. | Class | com.thoughtworks.xstream.converters.basic | 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 |
|
| JavaBeanConverter .DuplicateFieldException | | Class | com.thoughtworks.xstream.converters.javabean.JavaBeanConverter | XStream |
|
| JavaBeanConverter .DuplicatePropertyException | Exception to indicate double processing of a property to avoid silent clobbering. | Class | com.thoughtworks.xstream.converters.javabean.JavaBeanConverter | XStream |
|
| JavaBeanProvider | | Interface | com.thoughtworks.xstream.converters.javabean | XStream |
|
| JavaBeanProvider .Visitor | | Interface | com.thoughtworks.xstream.converters.javabean.JavaBeanProvider | 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 |
|
| LambdaConverter | Converts a lambda type. | Class | com.thoughtworks.xstream.converters.reflection | 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 |
|
| MapConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| MarshallingContext | | Interface | com.thoughtworks.xstream.converters | XStream |
|
| MissingFieldException | Indicates a missing field or property creating an object. | Class | com.thoughtworks.xstream.converters.reflection | 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 |
|
| NullConverter | Special converter to signify nulls at the root level. | Class | com.thoughtworks.xstream.converters.basic | XStream |
|
| ObjectAccessException | | Class | com.thoughtworks.xstream.converters.reflection | 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 |
|
| 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 |
|
| ReflectionConverter | | Class | com.thoughtworks.xstream.converters.reflection | XStream |
|
| ReflectionProvider | Provides core reflection services. | Interface | com.thoughtworks.xstream.converters.reflection | XStream |
|
| ReflectionProvider .Visitor | A visitor interface for serializable fields defined in a class. | Interface | com.thoughtworks.xstream.converters.reflection.ReflectionProvider | 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 |
|
| SelfStreamingInstanceChecker | A special converter that prevents self-serialization. | Class | com.thoughtworks.xstream.converters.reflection | 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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| ToStringConverter | Convenient converter for classes with natural string representation. | Class | com.thoughtworks.xstream.converters.extended | XStream |
|
| TreeMapConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | XStream |
|
| TreeSetConverter | Converts a java. | Class | com.thoughtworks.xstream.converters.collections | 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 |
|
| XStream12FieldKeySorter | Sort the fields in the order of XStream 1. | Class | com.thoughtworks.xstream.converters.reflection | XStream |