Why do you need to serialize



Why do you need to serialize..

Answer / kirti

We need to serialize the object,if you want to pass object from one computer/application domain to another.Process of converting complex objects into stream of bytes that can be persisted or transported.Namespace for serialization is System.Runtime.Serialization.The ISerializable interface allows you to make any class Serializable..NET framework features 2 serializing method.

1.Binary Serialization 2.XML Serialization

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use ?

6 Answers   Infosys, Microsoft, MMTS,


The order of the filters that get executed, if the multiple filters are implemented?

0 Answers  


How route table has been created in asp.net mvc?

0 Answers  


What is CLR? How it will work?

5 Answers  


What are html helpers in asp.net mvc?

0 Answers  






What is entity graph? : Entity framework

0 Answers  


What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?

0 Answers  


When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?

0 Answers  


Is there built-in support for tracing/logging

1 Answers  


What's the .NET class that allows the retrieval of a data element using a unique key

1 Answers  


How do I use partial view?

0 Answers  


what are abstract classes? what is overriding?

12 Answers  


Categories