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 is Dependency Injection in ASP.Net MVC
What is objectset? : Entity framework
How does the 'page lifecycle' of asp.net mvc works?
What is action methods in web api?
What are the advantages of mvc over asp.net?
Can I add asp.net mvc testcases in visual studio express?
what is scalar property?
Explain the role of assembly in the .net framework.
When will the .net framework 3.0 be released?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is entity graph? : Entity framework
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is .net core framework?
mention what are the various methods provided by the dataset object to generate xml?
Explain linq to entities? : Entity framework