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

How do I reinstall visual c++ on windows 10?

0 Answers  


What is the difference between Undo and Redo?

15 Answers   Google,


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

2 Answers  


How do I install microsoft visual c++ 2015?

0 Answers  


What is visual c++ runtime?

0 Answers  






Do I need microsoft visual c++?

0 Answers  


What is difference between c++ and vc++?

0 Answers  


What are the two forms of the #include preprocessor directive?

1 Answers  


Does visual c++ 2017 replace 2015?

0 Answers  


How many microsoft visual c++ do you need?

0 Answers  


Explain the advantages of cwinthread class.

0 Answers  


How do I uninstall vc++ 2015?

0 Answers  


Categories