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 I uninstall microsoft .net framework?

0 Answers  


What is entity framework? : Entity framework

0 Answers  


Can we look at the IL for an assembly?

2 Answers  


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

0 Answers  


What are the options can be configured in AJAX helpers?

0 Answers  






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

0 Answers  


Can we create the web service in windows application?

3 Answers  


What is action methods in web api?

0 Answers  


Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  


What symbol would you use to denote, the start of a code block in razor views?

0 Answers  


Types of assemblies that can be created in dotnet ?

2 Answers   MMTS,


What are non action methods in mvc?

0 Answers  


Categories