What is the difference between serialization and
deserialization?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / gokul
serialization is saved objet of type,but deserialization
retrive the store data
| Is This Answer Correct ? | 3 Yes | 3 No |
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 |
Is visual c++ the same as c++?
What is vc++ programming?
Explain some of commonly used methods provided by iunknown.
What is the use of microsoft visual c++ 2015 redistributable?
Do I need microsoft visual c++ on my computer?
How do I reinstall microsoft visual c++?
What is more efficient to pass as a parameter--a pointer or an object? Why?
What is a transparent image?
What is splitter window in vc++?
what is mean [] inc what is the use of include conio.h in c
How many microsoft visual c++ do you need?
What keyboard editor command is used for Undo?