Skip to content

Deserializing the Object for the first time takes more time than the subsequent times #151

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions