What is Serialiazation?



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

Post New Answer

More Dot Net General Interview Questions

What is the difference between user control an custom control? Advantages/disadvantages?

0 Answers  


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

0 Answers   QuestPond,


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

0 Answers   UGC Corporation,


What's the .net collection class that allows an element to be accessed using a unique key?

0 Answers  


can any one tel me hw to connect database connectivity of dot NET and back end as MS access?

1 Answers  






Please explain what is the difference between constants and read-only variables?

0 Answers  


What is connected and diconnected database ?

0 Answers  


How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?

0 Answers  


how we can capture the value in textbox when selectedvluechanged event of gridview is fired

1 Answers  


What are the core differences between .NET Languages ?

0 Answers   TCS,


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

1 Answers   Siebel Systems,


How boxing and unboxing occures in memory?

0 Answers  


Categories