Re: ObjectOutputStream:reset() does not clear old references
Posted By:
sriram_chatty
Posted On:
Wednesday, January 2, 2002 12:21 PM
Or reset the ObjectOutputStream to clear all the previous object graphs before writeObject()
Re: ObjectOutputStream:reset() does not clear old references
Posted By:
sriram_chatty
Posted On:
Wednesday, January 2, 2002 07:34 AM
make sure you always right a new object each time you do writeObject from both client and server. This should solve your problem