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
Which is bigger float or double java?
Is minecraft 1.15 out?
How do you stop a thread in java?
Is special character in java?
Explain java coding standards for methods?
What methods are used in Servlet?Applet communication?
Is static a keyword in java?
what is aggregation in java?
What is difference between length and length() method in java ?
What is the return type of the main method?
What is meant by the value of a variable?
List some features of the abstract class.
What is the use of arraylist class in java?
How will you add panel to a frame?
How to find the given number is a prime number or not by getting input from the user