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?



What is serialization in .NET? What are the ways to control serialization?..

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

More Dot Net General Interview Questions

What are remotable objects in .NET Remoting?

1 Answers  


explain the states of a window service application?

0 Answers  


How will you load dynamic assembly? How will create assemblies at run time?

0 Answers   InfoAxon Technologies,


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


What is WSDL? Explain its architecture?

0 Answers   Amdocs,


When should I use .net core?

0 Answers  


What are virtual destructures?

0 Answers  


How viewstate is being formed and how it's stored on client in .net?

0 Answers  


1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???

3 Answers  


which methos do you invoke on the dataadapter control to load your generated dataset with data?

0 Answers  


Explain what is the difference between encrypting a password and applying a hashing?

0 Answers  


What is an EXE?

1 Answers  


Categories