This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Serialization between gcj- and javac compiled classes?
- From: Martin Egholm Nielsen <martin at egholm-nielsen dot dk>
- To: java at gcc dot gnu dot org
- Date: Wed, 26 May 2004 11:21:11 +0200
- Subject: Serialization between gcj- and javac compiled classes?
Hi there,
This may be very trivial question if one knows exactly how strict Sun
has specified the rules for serialization. Nevertheless, here goes:
Is there compatibility between serialized objects comming from a Sun's
javac generated class-file and a native class from gcj?
(and I will have serialVersionUID defined...)
Of course I can always overwrite the writeObject()-method, but still
there must be some headers that I have no control of - hence I could
easily imagine it going wrong...
Best regards,
Martin