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
What is the difference between constant and readonly in c#?
What is the main purpose of xml?
What does do in c#?
When should I use static in C#?
What is a copy constructor in c#?
What is iqueryable and ienumerable in c#?
What is thread pooling?
Why do we use stringbuilder in c#?
In which way you can convert a value-type to a reference-type?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What are sorted lists?
What is the use of return in c#?
What are the generation of Garbage Collection in C# .NET ?
What is the use of iqueryable in c#?
What is the difference between dictionary and hashtable in c#?