This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Jumbo libgcj patch
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Jumbo libgcj patch
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Fri, 19 May 2000 18:17:33 -0700 (PDT)
- Cc: tromey at cygnus dot com, Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <87g0rejv7l.fsf@cygnus.com><3925D6F6.31F63095@albatross.co.nz>
Bryce> While I confess to not knowing too much about serialization,
Bryce> wouldn't "interoperability with other implementations" mean
Bryce> that the standard libraries would have to share the exact same
Bryce> names and uses for all their non-transient private fields? Is
Bryce> that a realistic goal?
Yes, that's what is means. And, yes, we think it is a realistic goal.
Sun has published a serialization spec which can be used to do this.
We always have a choice of whether to rename fields or to add the
appropriate serialization method.
That is just one way our implementation is currently not
interoperable. Another is that it computes some hash or something
incorrectly (I obviously don't know the details here).
Bryce> This changelog entry is duplicated:
Thanks. I deleted the duplicate.
Tom