Exceptions and Description |
---|
com.thoughtworks.xstream.core.BaseException
As of 1.3, use
XStreamException instead |
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException
As of 1.3
|
com.thoughtworks.xstream.XStream.InitializationException
As of 1.3, use
InitializationException instead |
Annotation Type and Description |
---|
com.thoughtworks.xstream.annotations.XStreamContainedType
As of 1.3, recursive behaviour is now always used and the annotation is therefore superfluous
|
com.thoughtworks.xstream.annotations.XStreamImplicitCollection
As of 1.3, use @XStreamImplicit at field level
|
Field and Description |
---|
com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.classAttributeIdentifier
As of 1.3, no necessity for field anymore.
|
com.thoughtworks.xstream.converters.javabean.BeanProvider.NO_PARAMS
As of 1.4.6
|
com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.serializationMethodInvoker
As of 1.4.8, use
AbstractReflectionConverter.serializationMembers . |