Serialized Form
-
Package com.thoughtworks.xstream
-
Exception Class com.thoughtworks.xstream.InitializationException
class InitializationException extends XStream.InitializationException implements Serializable -
Exception Class com.thoughtworks.xstream.XStream.InitializationException
class InitializationException extends XStreamException implements Serializable -
Exception Class com.thoughtworks.xstream.XStreamException
class XStreamException extends BaseException implements Serializable
-
-
Package com.thoughtworks.xstream.converters
-
Exception Class com.thoughtworks.xstream.converters.ConversionException
class ConversionException extends ErrorWritingException implements Serializable -
Exception Class com.thoughtworks.xstream.converters.ErrorWritingException
class ErrorWritingException extends XStreamException implements Serializable-
Serialized Fields
-
stuff
Map stuff
-
-
-
-
Package com.thoughtworks.xstream.converters.javabean
-
Exception Class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException
class DuplicateFieldException extends ConversionException implements Serializable -
Exception Class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicatePropertyException
class DuplicatePropertyException extends ConversionException implements Serializable
-
-
Package com.thoughtworks.xstream.converters.reflection
-
Exception Class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException
class DuplicateFieldException extends ConversionException implements Serializable -
Exception Class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.UnknownFieldException
class UnknownFieldException extends ConversionException implements Serializable -
Exception Class com.thoughtworks.xstream.converters.reflection.MissingFieldException
class MissingFieldException extends ObjectAccessException implements Serializable -
Exception Class com.thoughtworks.xstream.converters.reflection.ObjectAccessException
class ObjectAccessException extends ErrorWritingException implements Serializable
-
-
Package com.thoughtworks.xstream.core
-
Exception Class com.thoughtworks.xstream.core.AbstractReferenceMarshaller.ReferencedImplicitElementException
class ReferencedImplicitElementException extends ConversionException implements Serializable -
Exception Class com.thoughtworks.xstream.core.BaseException
class BaseException extends RuntimeException implements Serializable -
Exception Class com.thoughtworks.xstream.core.TreeMarshaller.CircularReferenceException
class CircularReferenceException extends ConversionException implements Serializable
-
-
Package com.thoughtworks.xstream.core.util
-
Class com.thoughtworks.xstream.core.util.OrderRetainingMap
class OrderRetainingMap extends HashMap implements Serializable-
Serialized Fields
-
keyOrder
OrderRetainingMap.ArraySet keyOrder
Deprecated. -
valueOrder
List valueOrder
Deprecated.
-
-
-
-
Package com.thoughtworks.xstream.io
-
Exception Class com.thoughtworks.xstream.io.StreamException
class StreamException extends XStreamException implements Serializable
-
-
Package com.thoughtworks.xstream.io.xml.xppdom
-
Class com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom
class Xpp3Dom extends XppDom implements Serializable -
Class com.thoughtworks.xstream.io.xml.xppdom.XppDom
class XppDom extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.thoughtworks.xstream.mapper
-
Exception Class com.thoughtworks.xstream.mapper.CannotResolveClassException
class CannotResolveClassException extends XStreamException implements Serializable -
Class com.thoughtworks.xstream.mapper.PackageAliasingMapper
class PackageAliasingMapper extends MapperWrapper implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
packageToName
Map packageToName
-
-
-
-
Package com.thoughtworks.xstream.security
-
Exception Class com.thoughtworks.xstream.security.AbstractSecurityException
class AbstractSecurityException extends XStreamException implements Serializable- serialVersionUID:
- 20210921L
-
Exception Class com.thoughtworks.xstream.security.ForbiddenClassException
class ForbiddenClassException extends AbstractSecurityException implements Serializable -
Exception Class com.thoughtworks.xstream.security.InputManipulationException
class InputManipulationException extends AbstractSecurityException implements Serializable- serialVersionUID:
- 20210921L
-
-
Package com.thoughtworks.xstream.tools.benchmark.model
-
Class com.thoughtworks.xstream.tools.benchmark.model.SerializableFive
class SerializableFive extends SerializableOne implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
five
StringBuffer five
Deprecated. -
four
char four
Deprecated. -
three
boolean three
Deprecated. -
two
int two
Deprecated.
-
-
Class com.thoughtworks.xstream.tools.benchmark.model.SerializableOne
class SerializableOne extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
writeObject
Deprecated.- Throws:
IOException
-
-
Serialized Fields
-
one
String one
Deprecated.
-
-
-
Package com.thoughtworks.xstream.tools.benchmark.targets
-
Class com.thoughtworks.xstream.tools.benchmark.targets.Person
class Person extends Object implements Serializable
-