Hi,

I have a little problem :

I have these class:

class A {
     B[] alist;
}

class B {
     C[] blist;
}

class C {
     D[] clist;
}

class D {

}

class E extends D{

}

when i do serialize object of class A into an objectoutputstream with only
object of class D in clist, i can deserialize it on the other side.
when  i do serialize object of class A into an objectoutputstream with only
object of class E in clist, i can't deserialize it on the other side.

I have a InvalidClassException problem with serialVersionUID ?

What is the problem ?

Thanks a lot

Seb

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to