What is the difference between serialization and
deserialization?

Answers were Sorted based on User's Feedback



What is the difference between serialization and deserialization? ..

Answer / naviyr

Serialization is the processing of saving object data to
secondary or a permanant storage area. Deserialization is
retrieving the stored data.

In MFC, CArchive object provide this functionality.
"IsStoring" specifies whether the data is being serialized
or de-serialized.

Is This Answer Correct ?    22 Yes 1 No

What is the difference between serialization and deserialization? ..

Answer / vaishnavi

serialization-saves the state of an object (OR)it is a
process of writing or reading on a persistent space such as
disk file.

Deserialization-restore the state of an object.

Is This Answer Correct ?    3 Yes 1 No

What is the difference between serialization and deserialization? ..

Answer / gokul

serialization is saved objet of type,but deserialization
retrive the store data

Is This Answer Correct ?    3 Yes 3 No

What is the difference between serialization and deserialization? ..

Answer / narender .k

Serialization is the processing of saving object data to
secondary .
Deserialization is retrieving the stored data.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More VC++ AllOther Interview Questions

What is vc++ redistributable?

0 Answers  


Is it ok to uninstall microsoft visual c++?

0 Answers  


Name the function is used to transfer bitmaps to an output device?

2 Answers  


How a dll will be sharable by more than one exe?

4 Answers   CA,


Can I uninstall visual c++?

0 Answers  






How can we allow no selection of radio button in grouped radio buttons?

2 Answers  


What is the value of the expression a = 42?

2 Answers  


Is visual c++ still used?

0 Answers  


What is the difference between serialization and deserialization?

4 Answers   Cap Gemini, HCL, MBT,


What function is used to trap all mouse messages?

1 Answers  


What is microsoft visual c++ 2008 redistributable?

0 Answers  


What is the use of microsoft visual c++ 2015 redistributable?

0 Answers  


Categories