Answer Posted / sharif
It is the process of converting the objects in to stream of
bytes. or
we can say, maintain the state of the object in to the
storage medium like disk, cd's etc..
Serialization can be do in two ways.
1. XML serialization.
2. Binary serialization.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain how to implement an object pool in c#.net
Difference between call by value and call by reference in C#?
In .NET which is the smallest unit of execution?
What is static classes in c#?
Why data types are important in c#?
What is the base class from which all value types are derived?
What is the difference between == and object.equals?
What is state c#?
What is the use of constructor in c# with example?
What is dynamic in c#?
When would you use generics in your code c#?
What is data set in c#?
What are c# i/o classes?
Why objects are stored in heap in c#?
What is using directive in c#?