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 |
What is "common language specification" (cls) in .net?
What is Datatype Conversion in Vb.net?
Explain About GDI object ?
What is close method? How its different from finalize and dispose?
What distributed process frameworks outside .NET do you know?
Is .net capable of supporting multi-thread?
What is Event Bubbling in .NET?
What are the different types of remote object creation mode in .net?
. How .NET can support multiple languages?
How to get the number after decimal point in .net?
What is assemblies in .net?
What’s different between process and application in .net?