Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is entity sql? : Entity framework

1088


How to change the action name in ASP.Net MVC?

1116


What is NonActionAttribute ?

1074


What is separation of concerns in asp.net mvc?

1215


What is work of clr?

1039


Why we need a separate mobile project template, while we can render our web application in mobile ?

1197


What are the two ways to add constraints to a route?

1027


Can I set the unlimited length for "maxjsonlength" property in config?

1091


What are sections?

1195


What is display mode in mvc?

1059


What is latest version of .net framework?

1163


What is difference between razor and web form engine?

1200


What is Dependency Injection in ASP.Net MVC

1096


what do you mean by navigation property?

1098


what is model first approach?

1185