What is meant by serialisation and deserialisation?
Answer Posted / niranjanravi
Serialisation is the process of taking up an object and
converting it to a format which it can be transported
across a network or persisted to a storage location.The
storage location is as simple as using a file or a
database.the serialised file format contains the object's
state information.De-Serialisation is the process of re-
constructing the object from serialised state back to it's
original state.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Does java runtime require a license?
How do you sort an array in java?
What is method in java with example?
What is the covariant return type?
What is polymorphism in java? What are the kinds of polymorphism?
How do you ensure that n threads can access n resources without deadlock?
What does sprintf mean?
Can a static member function access member variable of an object?
What is a vararg?
List some java keywords sun like c, c + + keywords?
Is 0 true or false?
Which browsers work with java?
how to prepare for IT Officers Interview in Banks
How can I become a good programmer?
Why there is no call by reference in java?