https://issues.apache.org/bugzilla/show_bug.cgi?id=46464
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Sebb <[email protected]> 2009-01-05 16:15:41 PST --- (In reply to comment #3) > (In reply to comment #2) > > I've also just discovered that Java appears not to call the private > > readObject(ObjectInput) or writeObject(ObjectOutput) methods in > > DeltaSession. > > it shouldn't, it should call > writeExternal and readExternal > writeExternal/readExternal are part of the Externalizable interface. The problems here are to do with the Serializable interface. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
