C++ COM ActiveX Question:

What is object serialization?

Answer:

A serialized object represents the type of data stored in the object, its information. Object serialization is a process of reading or writing an entire object from a file. This helps in saving session state information by servlets, for sending parameters for Remote Method Invocation (RMI) calls.

Read All 22 C++ COM ActiveX Questions
Previous QuestionNext Question
What is ActiveX?What is Globally Unique Identifier?