Answer Posted / mithun
Serialization is the process of converting an object into a stream of bytes in order to persist it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed.
Through serialization, a developer can perform actions like sending the object to a remote application by means of a Web Service, passing an object from one domain to another, passing an object through a firewall as an XML string, or maintaining security or user-specific information across applications.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
I'm having some trouble with cas. How can I troubleshoot the problem?
What are the types of assemblies in .net?
When a Static Constructor called in .NET?
How viewstate is being formed and how it's stored on client in .net?
Difference between value type & reference types ?
Explain the main components in .net?
Differences between dll and exe?
What is immutability?
What's wrong with a line like this? Datetime.parse(mystring);
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is SOAP? How you will do windows and forms authentication?
What are Attributes in .NET?
Explain how does assembly versioning work?
Explain what inheritance is, and why it's important?