Re: Difference in the size of an object in memory and the serialized object
Posted By:
Sean_Owen
Posted On:
Tuesday, April 20, 2004 02:05 PM
Likewise, the object could be smaller when serialized than it is in memory, if it has "transient" fields -- these values exist in the object in memory but are not serialized.
Re: Difference in the size of an object in memory and the serialized object
Posted By:
Sean_Owen
Posted On:
Tuesday, April 20, 2004 02:04 PM
Likewise, the object could be smaller when serialized than it is in memory, if it has "transient" fields -- these values exist in the object in memory but are not serialized.
Re: Difference in the size of an object in memory and the serialized object
Posted By:
Anonymous
Posted On:
Wednesday, March 17, 2004 05:24 AM
There is a difference
The size of the object which is serialized is greater than the size of the object. This may happen in the case when your object is reference other object