Serialized Form
-
Package com.thoughtworks.xstream
-
Class com.thoughtworks.xstream.InitializationException extends XStream.InitializationException implements Serializable
-
Class com.thoughtworks.xstream.XStream.InitializationException extends XStreamException implements Serializable
-
Class com.thoughtworks.xstream.XStreamException extends BaseException implements Serializable
-
-
Package com.thoughtworks.xstream.converters
-
Class com.thoughtworks.xstream.converters.ConversionException extends ErrorWritingException implements Serializable
-
Class com.thoughtworks.xstream.converters.ErrorWritingException extends XStreamException implements Serializable
-
Serialized Fields
-
stuff
java.util.Map stuff
-
-
-
-
Package com.thoughtworks.xstream.converters.javabean
-
Class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException extends ConversionException implements Serializable
-
Class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicatePropertyException extends ConversionException implements Serializable
-
-
Package com.thoughtworks.xstream.converters.reflection
-
Class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException extends ConversionException implements Serializable
-
Class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.UnknownFieldException extends ConversionException implements Serializable
-
Class com.thoughtworks.xstream.converters.reflection.MissingFieldException extends ObjectAccessException implements Serializable
-
Serialized Fields
-
className
java.lang.String className
-
fieldName
java.lang.String fieldName
-
-
-
Class com.thoughtworks.xstream.converters.reflection.ObjectAccessException extends ErrorWritingException implements Serializable
-
-
Package com.thoughtworks.xstream.core
-
Class com.thoughtworks.xstream.core.AbstractReferenceMarshaller.ReferencedImplicitElementException extends ConversionException implements Serializable
-
Class com.thoughtworks.xstream.core.BaseException extends java.lang.RuntimeException implements Serializable
-
Class com.thoughtworks.xstream.core.TreeMarshaller.CircularReferenceException extends ConversionException implements Serializable
-
-
Package com.thoughtworks.xstream.core.util
-
Class com.thoughtworks.xstream.core.util.OrderRetainingMap extends java.util.HashMap implements Serializable
-
Serialized Fields
-
keyOrder
OrderRetainingMap.ArraySet keyOrder
Deprecated. -
valueOrder
java.util.List valueOrder
Deprecated.
-
-
-
-
Package com.thoughtworks.xstream.io
-
Class com.thoughtworks.xstream.io.StreamException extends XStreamException implements Serializable
-
-
Package com.thoughtworks.xstream.io.xml.xppdom
-
Class com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom extends XppDom implements Serializable
-
Class com.thoughtworks.xstream.io.xml.xppdom.XppDom extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
java.lang.Object readResolve()
-
-
Serialized Fields
-
attributes
java.util.Map attributes
-
childList
java.util.List childList
-
name
java.lang.String name
-
parent
XppDom parent
-
value
java.lang.String value
-
-
-
Package com.thoughtworks.xstream.mapper
-
Class com.thoughtworks.xstream.mapper.CannotResolveClassException extends XStreamException implements Serializable
-
Class com.thoughtworks.xstream.mapper.PackageAliasingMapper extends MapperWrapper implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Serialized Fields
-
packageToName
java.util.Map packageToName
-
-
-
-
Package com.thoughtworks.xstream.security
-
Class com.thoughtworks.xstream.security.ForbiddenClassException extends XStreamException implements Serializable
-
-
Package com.thoughtworks.xstream.tools.benchmark.model
-
Class com.thoughtworks.xstream.tools.benchmark.model.SerializableFive extends SerializableOne implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Serialized Fields
-
five
java.lang.StringBuffer five
Deprecated. -
four
char four
Deprecated. -
three
boolean three
Deprecated. -
two
int two
Deprecated.
-
-
Class com.thoughtworks.xstream.tools.benchmark.model.SerializableOne extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Deprecated.- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
-
Serialized Fields
-
one
java.lang.String one
Deprecated.
-
-
-
Package com.thoughtworks.xstream.tools.benchmark.targets
-
Class com.thoughtworks.xstream.tools.benchmark.targets.Person extends java.lang.Object implements Serializable
-
Serialized Fields
-
dateOfBirth
java.util.Date dateOfBirth
Deprecated. -
firstName
java.lang.String firstName
Deprecated. -
lastName
java.lang.String lastName
Deprecated.
-
-
-