What steps will reproduce the problem?
SomeClass.java is a serializable class. I have to serialize and deserialize the
objects A, B and C
SomeClass A = new SomeClass();
SomeClass B = new SomeClass();
SomeClass C = new SomeClass();
Deserializing A takes more time than B and C. [i.e the first object takes more
time ]. Please let me know the reason