Don't forget, serialization often writes out lots of data which isn't
absolutely necessary (things which should have been marked transient but
weren't, and which may be shared with other objects), so it really isn't a
good measure of how much storage a specific set of objects will occupy in
memory.

Reply via email to