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
What are differences between entity framework and l2s? : Entity framework
What is Attribute Routing in ASP.Net MVC?
What is the need of Action Filters in ASP.Net MVC
What are action filters?
Can I add mvc testcases in visual studio express?
What is the difference between viewbag and viewdata in mvc?
List out few different return types of a controller action method?
What is the importance of NonActionAttribute?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Explain the methods used to render the views in ASP.Net MVC?
What is viewdata?
Explain the tools used for unit testing in ASP.Net MVC
what is use of entitydatasource control?
In which assembly is the mvc framework defined?
How we can handle the exception at controller level in ASP.Net MVC?