On Fri, Jan 09, 2004 at 10:36:16PM -0800, [EMAIL PROTECTED] wrote: > Therefore, once you've sent an object through an OOS, you can't send a > version of that same object with different member variables using > writeObject. Instead, you can use the writeUnshared method, which > sends an object as if it had never been sent before. You need to > rewrite your program using writeUnshared.
I would also note that writeUnshared was added in JDK 1.4. If you want to use JDK 1.3, you have to call reset() on the stream after you write every object. -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
