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 use of entity container?

0 Answers   Microsoft,


Can we add constraints to the route? If yes, explain how we can do it?

0 Answers  


What is the 'page life cycle' of an ASP.NET MVC?

0 Answers   NA,


What is Attribute Routing in ASP.Net MVC?

0 Answers  


When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?

5 Answers   TCS,






what is mean by versioning? Please answer me. Advance thanks.

2 Answers   Excel,


What's the access level of the visibility type internal ?

1 Answers  


what is an assembly?

11 Answers  


what are partial classes?

12 Answers   Digimaker, HP, N Tech, TCS,


explain how you can load related entities in ef (entity framework)?

0 Answers   Microsoft,


Can Static Constructor be Overloaded?Justify it?

11 Answers   Infosys,


What is work of clr?

0 Answers  


Categories