Senator Guerra Souty original series calendar,replica hublot blue steel peach pointer collocation of rolex replica Rome digital scale, track type minute replica watches scale shows that the classical model is swiss replica watches incomparable, wearing elegant dress highlights.
mr-ponna.com

 

YOU ARE HERE: HOME Questions What is serialization and How many types of serialization are there in NET



Types of serialization in .NET

View(s): 10646

What is serialization and How many types of serialization are there in .NET

Answer 1)

Serialization:
  1. Serialization is a process of converting an object into a stream of data so that it can be is easily transmittable over the network or can be continued in a persistent storage location.  This storage location can be a physical file, database or ASP.NET Cache.
  2. Serialization is the technology that enables an object to be converted into a linear stream of data that can be easily passed across process boundaries and machines.  This stream of data needs to be in a format that can be understood by both ends of a communication channel so that the object can be serialized and reconstructed easily.
Serialization can be of the following types:
  1. Binary Serialization
  2. SOAP Serialization
  3. XML Serialization
  4. Custom Serialization
For more information read article Serialization and Types of Serialization in .Net

  Asked in:  CII   Expertise Level:  Experienced
  Last updated on Monday, 02 July 2012
4/5 stars (4 vote(s))

Register Login Ask Us Write to Us Help