Posted By:
Michael_Prescott
Posted On:
Friday, March 17, 2000 07:52 AM
Using
ObjectOutputStream
, how can I use
writeObject()
to write the same object twice, so on the other end
readObject()
will read two separate objects, not two references to the same object?