This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Rmi compilation to native code


John Leuner wrote:

>
>What about functionality of serialization. Does it work? Is it compatible with the other JDK's?
>

It does work, and interoperability with the JDK seems to be fine as long 
as your class has an explicit SerialVersionUID. If they don't, there can 
be problems in some cases due to inner classes etc having slightly 
different flags and synthetic method names under GCJ compared to javac, 
all of which effect the SerialVersionUID calculation.

regards

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]