Class | Description |
---|---|
AnnotationProvider | Deprecated
As of 1.3
|
AnnotationReflectionConverter | Deprecated
As of 1.3, build into
ReflectionConverter |
Annotations | Deprecated
As of 1.3, use
XStream.processAnnotations(Class[]) |
Annotation Type | Description |
---|---|
XStreamAlias |
Annotation used to define an XStream class or field alias.
|
XStreamAliasType |
Annotation used to define an XStream type alias.
|
XStreamAsAttribute |
Defines that a field should be serialized as an attribute.
|
XStreamContainedType | Deprecated
As of 1.3, recursive behaviour is now always used and the annotation is therefore superfluous
|
XStreamConverter |
Annotation to declare a converter.
|
XStreamConverters | |
XStreamImplicit |
An annotation for marking a field as an implicit collection or array.
|
XStreamImplicitCollection | Deprecated
As of 1.3, use @XStreamImplicit at field level
|
XStreamInclude |
Annotation to force automated processing of further classes.
|
XStreamOmitField |
Declares a field to be omitted.
|
Copyright © 2004–2016 XStream. All rights reserved.