Re: Serialized/Deserialized object not the same as original object!
Posted By:
Anonymous
Posted On:
Tuesday, February 8, 2005 08:26 AM
The serialized object is read into memory at a different location from the original, of course, so the pointers are different, even though one is a clone of the other.