What is Serialiazation?

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


Please Help Members By Posting Answers For Below Questions

Define code access security (cas)?

642


What is typical about a windows process in regards to memory allocation in .net?

628


What are the types of assemblies in .net?

655


Is .net 4.8 backwards compatible?

633


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?

2017






Conceptually, what is the difference between early-binding and late-binding?

677


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

612


Explain the code behind wors and contrast that using the inline style.

647


Explain the difference between the while and for loop.

663


What are the two main parts of the .net framework?

645


Can I write il programs directly?

640


In code behind class, name the type of code found. Is it the server side code or client side code?

895


What are situations when you register .NET assembly in GAC ?

743


What is the use of design pattern?

648


Explain me what is the difference between a class and an object, and how do these terms relate to each other?

575