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 is the use of flag?
Difference between object instantiation and construction ?
What are the two categories of data types in the java programming language?
Mention some interfaces implemented by linked list in java.
What is map and hashmap in java?
What is the access scope of protected access specifier?
What loop means?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What class allows you to read objects directly from a stream in java programming?
What is abstract class? Explain
What is the tradeoff between using an unordered array versus an ordered array?
What is bigger kb or mb?
What is the history of java?
What is an 8 bit word?
Where is the singleton class used?