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 / guest

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 containing
the class, are converted to a stream of bytes, which is
then written to a data stream. When the object is
subsequently deserialized, an exact clone of the original
object is created. o Binary serialization preserves type
fidelity, which is useful for preserving the state of an
object between different invocations of an application. For
example, you can share an object between different
applications by serializing it to the clipboard. You can
serialize an object to a stream, disk, memory, over the
network, and so forth. Remoting uses serialization to pass
objects ?by value? from one computer or application domain
to another. o XML serialization serializes only public
properties and fields and does not preserve type fidelity.
This is useful when you want to provide or consume data
without restricting the application that uses the data.
Because XML is an open standard, it is an attractive choice
for sharing data across the Web. SOAP is an open standard,
which makes it an attractive choice

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what will do to avoid prior case?

1121


How do you generate a strong name?

1193


Can a dll be changed to an exe?

1223


Should I use readerwriterlock instead of monitor.enter/exit?

1049


Explain what is a manifest in .net?

1103


Explain the process of compilation in .NET?

1172


What is the advantage of .net?

1028


What are the similarities and difference between class and structure in .net?

1063


What are the different types of remote object creation mode in .net?

1069


What is the difference between response.write & response.output.write?

1106


What is the root class in .net?

1200


Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column

2447


What does msil do?

1082


Explain me difference between public and static modifiers?

1213


How we can achieve Connection pooling in .Net?

1143