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

how its run?

815


What is the difference between overriding and overloading in OOPS.

822


What is hashing principle in java?

787


How to add menushortcut to menu item?

752


What are filterstreams?

843


What does ide stand for?

711


Write a program to find maximum and minimum number in array?

771


What data type is a string?

732


What is Mutex (Mutual Exclusion Object) ?

856


Can we convert list to set in java?

738


Can we store variables in local blocks?

1052


what is recursion in java

818


What is string data?

760


What is java util function?

737


write a program that list all permutations of ABCDEF in which A appears before B?

2248