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

What are differences between entity framework and l2s? : Entity framework

866


What is Attribute Routing in ASP.Net MVC?

775


What is the need of Action Filters in ASP.Net MVC

776


What are action filters?

775


Can I add mvc testcases in visual studio express?

763


What is the difference between viewbag and viewdata in mvc?

723


List out few different return types of a controller action method?

793


What is the importance of NonActionAttribute?

798


How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?

696


Explain the methods used to render the views in ASP.Net MVC?

833


What is viewdata?

770


Explain the tools used for unit testing in ASP.Net MVC

827


what is use of entitydatasource control?

821


In which assembly is the mvc framework defined?

751


How we can handle the exception at controller level in ASP.Net MVC?

778