What is serialization ?

Answer Posted / kirti

Serialization is the process of converting an object into a stream of bytes. Deserialization is the opposite process of creating an object from a stream of bytes. Serialization / Deserialization is mostly used to transport objects (e.g. during remoting), or to persist

objects (e.g. to a file or database).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain peek method in tempdata in asp.net mvc?

846


What is entity framework in asp net?

777


What does a viewmodel do?

758


How we can multiple submit buttons in ASP.Net MVC

881


What is storage model? : Entity framework

791


explain what does .edmx file contains?

871


what is linq to entities?

890


What is net framework 3.0 ?

834


Mention two instances where routing is not implemented or required?

973


what is .edmx file and what it contains?

824


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

839


When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?

777


In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?

843


What is controllercontext?

798


Does razor engine supports for tdd?

955