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 "microsoft intermediate language" (msil)?

0 Answers  


What is operator overloading in .net?

0 Answers  


Explain is the jit an interpreter?

0 Answers  


Is .net core managed code?

0 Answers  


Do you know what's the difference between .net and laravel?

0 Answers  






How do you turn off cookies for one page in your site? Give an example.

0 Answers  


What are The Main Difference Between Client-server Based Applications and Web Based Applications

1 Answers   CTC,


What is the difference between custom control and web control?

2 Answers  


Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.

1 Answers  


What is Atomicity?

3 Answers   Verifone,


Give an example program for Getter /read-only methods in JAVA

1 Answers  


Directcast(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


Categories