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
Original issue reported on code.google.com by sathya...@gmail.com on 7 Apr 2015 at 5:31
Original issue reported on code.google.com by
sathya...@gmail.com
on 7 Apr 2015 at 5:31