What is the difference between serialization and
deserialization?
Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages of a message map
What is a wizard?
What is the difference between an MLE and an SLE?
What is vc++ programming?
What is splitter window in vc++?
How do I uninstall visual c++?
Is microsoft visual c++ a virus?
What is iunknown? Explain some of commonly used methods provided by iunknown.
Explain the significance of initapplication() in vc++.
Is visual c++ a compiler?
how to declare and populate an array of checkBoxes
Difference between critical section, mutex and semaphore.
Is it ok to uninstall microsoft visual c++?
How do I reinstall visual c++ on windows 10?
What is the use of message map? Advantages of a message map.