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
Differences between namespace, class, assembly?
What is .net and .net framework?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
hai, about trading domain and need simple project on trading system. please help me...
What are the differences between user control and server control?
Is .net 4.8 backwards compatible?
Explain when should you use .net web forms over asp.net mvc?
What is multiThreading in .NET?
Explain what is a delegate?
What are the new thee features of com+ services, which are not there in com (mts)?
What are .net applications?
What is the concept of inheritance and how it works in .net?
Explain the different parts of an assembly?
Explain the difference between constants and read-only variables?