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 com.thoughtworks.xstream.core.BaseException implements Serializable

Serialized Fields

cause

Throwable cause

Package com.thoughtworks.xstream.alias

Class com.thoughtworks.xstream.alias.CannotResolveClassException extends XStreamException implements Serializable


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


Package com.thoughtworks.xstream.converters.reflection

Class com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException extends ConversionException implements Serializable

Class com.thoughtworks.xstream.converters.reflection.ObjectAccessException extends XStreamException implements Serializable


Package com.thoughtworks.xstream.io

Class com.thoughtworks.xstream.io.StreamException extends XStreamException implements Serializable


Package com.thoughtworks.xstream.mapper

Class com.thoughtworks.xstream.mapper.CannotResolveClassException extends CannotResolveClassException 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-2008 XStream. All Rights Reserved.