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

Serialized Fields

cause

Throwable cause

Package com.thoughtworks.xstream.converters

Class com.thoughtworks.xstream.converters.ConversionException extends XStreamException implements Serializable

Serialized Fields

stuff

Map<K,V> 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

fieldName

String fieldName

className

String className

Class com.thoughtworks.xstream.converters.reflection.ObjectAccessException extends XStreamException 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 RuntimeException implements Serializable

Class com.thoughtworks.xstream.core.TreeMarshaller.CircularReferenceException extends ConversionException implements Serializable


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 Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

name

String name

value

String value

attributes

Map<K,V> attributes

childList

List<E> childList

parent

XppDom parent

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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

packageToName

Map<K,V> packageToName



Copyright © 2004-2014 XStream. All Rights Reserved.