What is serialization in .NET? What are the ways to control
serialization?
Answer Posted / arijit mandal
Serialization is the process of converting an object into a
stream of bytes. On the other hand Deserialization is the
process of creating an object from a stream of bytes.
Serialization/Deserialization is used to transport or to
persist objects. Serialization can be defined as the
process of storing the state of an object to a storage
medium. During this process, the public and private fields
of the object and the name of the class, including the
assembly are converted to a stream of bytes. Which is then
written to a data stream. Upon the object's subsequent
deserialized, an exact clone of the original object is
created.
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
how do you truncate a table using entity data model?
How to Redirect Tracing to a File
what is entity framework advantage?
what do you mean by table-per-type?
What are actions in mvc?
What is objectcontext? : Entity framework
Does windows 10 need .net framework?
What is .net architecture and framework?
How to return the JSON from action method in ASP.Net MVC?
Do I need microsoft .net framework?
What are the advantages of mvc over asp.net?
What you mean by routing in mvc?
What is model first? : Entity framework
Describe the .net framework architecture.
How route table is created in ASP.NET MVC?