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

Different levels of priority provided by .net.

0 Answers  


What is meant by .Net framework?

1 Answers  


What is connected and diconnected database ?

0 Answers  


Explain what is an application domain?

0 Answers  


what is GAC?

1 Answers   Manhattan,






Tell us what is a variable of implicit type and what is its scope?

0 Answers  


1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???

3 Answers  


How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

0 Answers  


What is the use of common language runtime?

0 Answers  


What are the Project related questions generaly asked in the interview. Mail to: ana_net1@yahoo.com

2 Answers   TCS,


What is the use of ErrorProvider Control in .NET?

2 Answers  


What is the managed and unmanaged code in .net?

2 Answers  


Categories