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 use of entitydatasource control?
What are the versions of .net framework?
What are the advantages of razor view engine?
What are the levels at which filters can be applied in an asp.net mvc application?
Is entity framework slow?
What is meant by viewdata?
What is oauth in web api?
Is it possible to create a custom filter?
What are the sub types of ActionResult?
What are the components required to create a route in mvc?
What is the difference between .net core and .net framework?
What is the "helperpage.isajax" property?
what is .edmx file and what it contains?
how do you query in entity model when the result has a join from from different database other than the entity model?
what is split entity?