Interface and Description |
---|
com.thoughtworks.xstream.alias.ClassMapper
As of 1.2, use
Mapper |
com.thoughtworks.xstream.alias.NameMapper
As of 1.2
|
com.thoughtworks.xstream.persistence.StreamStrategy
since 1.3.1, use
PersistenceStrategy instead |
Exceptions and Description |
---|
com.thoughtworks.xstream.alias.CannotResolveClassException
As of 1.2, use
CannotResolveClassException instead |
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException
since 1.3
|
com.thoughtworks.xstream.XStream.InitializationException
since 1.3, use
InitializationException instead |
Annotation Type and Description |
---|
com.thoughtworks.xstream.annotations.XStreamContainedType
since 1.3, recursive behaviour is now always used and the annotation is therefore superfluous
|
com.thoughtworks.xstream.annotations.XStreamImplicitCollection
since 1.3, use @XStreamImplicit at field level
|
Field and Description |
---|
com.thoughtworks.xstream.XStream.XPATH_REFERENCES
since 1.2, use
XStream.XPATH_RELATIVE_REFERENCES or
XStream.XPATH_ABSOLUTE_REFERENCES instead. |
Joe Walnes, http://xstream.codehaus.org/