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

What is global assembly cache

2 Answers   BirlaSoft,


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

1 Answers  


Is mvc 4 supporting windows azure sdk (software development kit) ?

1 Answers  


Difference between <connectionstring> and <appsettings>

4 Answers  


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

1 Answers  


Explain what is the difference between view and partial view?

1 Answers  


what are background threads? give ex?

3 Answers   CSC, Kanbay,


what is a round trip?What is a postback?

4 Answers   Bosch, ONOTech,


WHICH IS MORE SECURED AMONG JAVA AND .NET?

7 Answers  


What is Global Assembly Cache (GAC) and what is the purpose of it?

2 Answers  


who handles these error while writing the source code???.

2 Answers  


What are the 3 main components of an asp.net mvc application?

1 Answers  


Categories