Q:

What is serialization?

0

What is serialization?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

When we want to transport an object through a network, then we have to convert the object into a stream of bytes. The process of converting an object into a stream of bytes is called Serialization. For an object to be serializable, it should implement ISerialize Interface. De-serialization is the reverse process of creating an object from a stream of bytes.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Explain Inheritance in C# with an example?... >>
<< Explain some ways of doing overloading function in...