Serialized Form


Package com.thoughtworks.xstream

Class com.thoughtworks.xstream.XStream.InitializationException extends com.thoughtworks.xstream.core.BaseException implements Serializable

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 com.thoughtworks.xstream.core.BaseException 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.Throwable cause
Plays nice with JDK1.3 and JDK1.4


Package com.thoughtworks.xstream.converters.extended

Class com.thoughtworks.xstream.converters.extended.EncodedByteArrayConverterTest.TestObject extends com.thoughtworks.acceptance.StandardObject implements Serializable

Serialized Fields

data

byte[] data

something

boolean something

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.javabean

Class com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException extends ConversionException implements Serializable

Class com.thoughtworks.xstream.converters.javabean.JavaBeanConverterTest.TypesOfFields extends com.thoughtworks.acceptance.StandardObject implements Serializable

Serialized Fields

normal

java.lang.String normal

fin

java.lang.String fin
See Also:
Constant Field Values

Class com.thoughtworks.xstream.converters.javabean.JavaBeanConverterTest.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.converters.reflection

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

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

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

Serialized Fields

normal

java.lang.String normal

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


Package com.thoughtworks.xstream.mapper

Class com.thoughtworks.xstream.mapper.CannotResolveClassException extends CannotResolveClassException implements Serializable



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