What is the difference between serialization and
deserialization?

Answer Posted / arpitsen

Serialization and Deserialization are complementing to each
other.

Whenever the state of an Object is saved to some file, the
process is known as Serialization.
Deserialization is the process of creating the object back
from the serialized file.

Is This Answer Correct ?    25 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is empty string in java?

856


How many types of parsers are there?

818


What are different types of multitasking?

756


Name few "optional" classes introduced with java 8 ?

902


Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

2483


Can list be null in java?

801


Why char array is favored over string for the storage of passwords?

809


How to pass arraylist to stored procedure in java?

810


How is hashset defined in java?

764


How is java hashmap implemented?

793


What do you understand by the term singleton?

797


How do you delete a list in java?

754


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

941


What are the two types of java?

791


What is instance synchronization?

844