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 pure abstract class in c#?
What is datarelation c#?
Describe the ways of cleaning up objects in c#.
What is the full form of GAC? Explain its uses?
What is the difference between list and arraylist c#?
Can we inherit abstract class in c#?
What is lazy class in c#?
How is a loop recorder monitored?
What are the 4 pillars of any object oriented programming language?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is difference between dictionary and hashtable in c#?
How can I get around scope problems in a try/catch?
What is a cshtml file?
Is arraylist generic in c#?
What is window application in c#?