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


Please Help Members By Posting Answers For Below Questions

Why singleton pattern is better than creating singleton class with static instance?

541


Explain all java features with real time examples

1212


we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.

1574


How many bytes is a url?

566


What is the concatenation operator in java?

580






Why is sizeof not a function?

553


List the interfaces which extends collection interface?

541


Explain the pointers in Java?

598


What do you mean by JVM?

593


How do I convert a string to an int in java?

553


How can you read an integer value from the keyword when the application is runtime in java? example?

627


who can i handle multiple client in RMI

1444


How to declare objects of a class ?

589


What is balanced tree in java?

536


What is local class in java?

525