This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcj2: serialization of java.util.Date broken?
- From: Tom Tromey <tromey at redhat dot com>
- To: 121639-submitter at bugs dot debian dot org
- Cc: java at gcc dot gnu dot org
- Date: 08 Dec 2001 10:42:58 -0700
- Subject: Re: libgcj2: serialization of java.util.Date broken?
- References: <15376.52231.925491.153474@gargle.gargle.HOWL>
- Reply-to: tromey at redhat dot com
>> Serialization of the java.util.Date class is broken in libgcj.
>> Although the "Date" class is correctly marked as "implements
>> java.io.Serializable", the actual data stored in the Date class is
>> marked transient!
Thanks. This bug is fixed in the current cvs trunk. The fix will
show up in gcj 3.1.
Tom