>> 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