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
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is static constructor, when it will be fired? And what is its use?
Will my .net app run on 64-bit windows?
What are the advantages of .net core?
What is iis? Have you used it?
What relationship is between a process, application domain, and application?
What is managed code execution?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
I'm having some trouble with cas. How can I troubleshoot the problem?
What are asp.net authentication providers and iis security?
What is the purpose of enumerable class in .net?
Difference between machine.config and web.config?
What is the difference between a class and an object, and how do these terms relate to each other?
Explain how to manage pagination in a page using .net?
How does linq work?