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 complex type?
Can you explain the page life cycle of mvc?
What is clr? How does work clr & wht is work of clr?
What is .net core framework?
How large is the .net framework 3.0?
What are the advantages of asp.net mvc?
Can any particular component of .net framework 3.0 be removed?
In razor syntax, what is the escape sequence character for @ symbol?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
How to update one of my table in database at 4pm every day how it is possible?
how do you truncate a table using entity data model?
Mention what is the difference between “ActionResult” and “ViewResult” ?
what do you mean by table-per-type?
Explain the request flow in asp.net mvc framework?
Can you explain renderbody and renderpage in asp.net mvc?