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 can you assign an rgb color to a system.drawing.color object?
Which server tag comes from server when we submit any data
Does .net supports destructors concept?
Difference between assembly manifest & metadata assembly manifest
What is the use of Treeview control?
Please explain what are an object and a class?
How to spawn a thread?
What's a windows process in .net?
What is the microsoft .net?
What do you mean by Code Access Security in .NET?
What is .net3.0 and .net3.5?
What is interface and abstract class in .net?