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 is the Use of the Developer Studio Editor?
What is dao in vc ++?
What is iunknown?
difference between assert and verify.
What is visual c++ runtime?
Can I delete old microsoft visual c++?
What is iunknown? Explain some of commonly used methods provided by iunknown.
What is visual c++ used for?
What is visual c++ redistributable?
Can I remove microsoft visual c++?
How you build a project using Developer Studio?
How do I change visual code font?
Difference between critical section, mutex and semaphore.
Do I need all the microsoft visual c++ redistributable?
What is the use of message map? Advantages of a message map.