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
What class of exceptions are generated by the java run-time system?
How is treeset implemented in java?
How do you find the independent variable?
What is the purpose of lambda expressions?
Explain what access modifiers can be used for variables?
What is difference between equals and hashcode method?
What java is used for?
What are the advantages of exception handling in java?
Difference difference paint() and paintcomponent()?
What is the benefit of abstract class?
How do you convert boolean to boolean?
What is data object example?
What is local class in java?
What is the byte range?
What is percentage in java?