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

Can you declare an override method to be static if the original method is non-static

1 Answers  


Which version of .net framework is installed?

0 Answers  


VIEWS WITH SYNTAX AND EXAMPLE IN SQL

1 Answers  


What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?

4 Answers   IBM, NIIT,


What are Validation Annotations?

0 Answers  






And if they have conflicting method names ?

1 Answers  


Can I customise the serialization process

1 Answers  


mention in what all scenarios entity framework can be applicable?

0 Answers   Microsoft,


What is the mvc pattern (model view controller pattern)?

0 Answers  


What are the versions of .net framework?

0 Answers  


Possible ways to prevent xss attacks on mvc application?

0 Answers  


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

0 Answers  


Categories