What is Serialiazation?
Answer / 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 |
How to get the hostname or IP address of the server?
How do I spawn a thread?
What is garbage collection and how it works ?
How many namespaces are in .net version 1.1?
What is different between User Control and Web Control and Custom Control?
What are the two kinds of properties.
What is typical about a windows process in regards to memory allocation in dot net?
Differences between dll and exe?
How to create properties and methods using controls?
Using activex control in .net?
What are the benefits of Model-View-Controller Architecture?
What are the new 2.0 features useful for?