Why do you need to serialize

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what platforms does the .net framework run on?

548


Do you know about the new features in ASP.Net MVC 4 ?

596


What is the use .Glimpse in ASP.Net MVC

575


What are Action Methods in ASP.NET MVC?

575


What is the difference between .net core and .net framework?

501






What is filters in web api?

515


What is .net framework & its benefits?

526


What is representational state transfer (rest) mean?

555


What are the benefits of .net framework?

566


how can you tell ef to have a different table or column name than that defined for the class?

578


How to return the JSON from action method in ASP.Net MVC?

697


what is complex type?

597


Which are the important namespaces used in mvc?

714


Can you explain model, controller and view in mvc?

567


How can we determine action invoked from HTTP GET or HTTP POST?

568