Serialization between gcj- and javac compiled classes?
Bryce McKinlay
mckinlay@redhat.com
Wed May 26 16:12:00 GMT 2004
Martin Egholm Nielsen wrote:
> 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...)
Yes, they should be compatible, but only if you have serialVersionUID
defined.
Regards
Bryce.
More information about the Java
mailing list