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
Is .net core replacing .net framework?
Is .net framework backwards compatible?
How to change the action name in mvc?
What are the 3 main components of an asp.net mvc application?
What does a viewmodel do?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What are the new features 3.5 framework against with the tool?
Briefly describe the roles of clr in .net framework?
What is layout in mvc?
What are html helpers in asp.net mvc?
Describe the roles of clr in .net framework.?
what is model first approach?
What is difference between viewbag and viewdata and tempdata?
What does mvvm mean?
Explain representational state transfer (rest) in detail?