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
Define code access security (cas)?
What is typical about a windows process in regards to memory allocation in .net?
What are the types of assemblies in .net?
Is .net 4.8 backwards compatible?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
Conceptually, what is the difference between early-binding and late-binding?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
Explain the code behind wors and contrast that using the inline style.
Explain the difference between the while and for loop.
What are the two main parts of the .net framework?
Can I write il programs directly?
In code behind class, name the type of code found. Is it the server side code or client side code?
What are situations when you register .NET assembly in GAC ?
What is the use of design pattern?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?