Serialized Form


Package com.thoughtworks.xstream

Class com.thoughtworks.xstream.XStreamTest.Person extends com.thoughtworks.acceptance.StandardObject implements Serializable

Serialized Fields

firstName

java.lang.String firstName

lastName

java.lang.String lastName

element

org.dom4j.Element element


Package com.thoughtworks.xstream.alias

Class com.thoughtworks.xstream.alias.CannotResolveClassException extends java.lang.RuntimeException implements Serializable


Package com.thoughtworks.xstream.converters

Class com.thoughtworks.xstream.converters.ConversionException extends com.thoughtworks.xstream.core.BaseException implements Serializable

Serialized Fields

stuff

java.util.Map stuff

cause

java.lang.Exception cause
Plays nice with JDK1.3 and JDK1.4


Package com.thoughtworks.xstream.converters.extended

Class com.thoughtworks.xstream.converters.extended.ThrowableConverterTest.MyException extends java.lang.Exception implements Serializable

Serialized Fields

number

java.math.BigDecimal number


Package com.thoughtworks.xstream.converters.reflection

Class com.thoughtworks.xstream.converters.reflection.ObjectAccessException extends com.thoughtworks.xstream.core.BaseException implements Serializable

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

Class com.thoughtworks.xstream.converters.reflection.ReflectionConverterTest.World extends com.thoughtworks.acceptance.StandardObject implements Serializable

Serialized Fields

anInt

int anInt

anInteger

java.lang.Integer anInteger

anChar

char anChar

anCharacter

java.lang.Character anCharacter

anBool

boolean anBool

anBoolean

java.lang.Boolean anBoolean

aByte

byte aByte

aByteClass

java.lang.Byte aByteClass

aShort

short aShort

aShortClass

java.lang.Short aShortClass

aFloat

float aFloat

aFloatClass

java.lang.Float aFloatClass

aLong

long aLong

aLongClass

java.lang.Long aLongClass

anString

java.lang.String anString


Package com.thoughtworks.xstream.io

Class com.thoughtworks.xstream.io.StreamException extends com.thoughtworks.xstream.core.BaseException implements Serializable



Joe Walnes, http://xstream.codehaus.org/