What is Serialization and how do we implement (in real time
scenario)

Answer Posted / saurabh

Serialization is process of converting an object into stream
of bytes so that it can be stored or transferred across the
network.

Real time scenario ?

Try saving an object to session implemented using
Aspnet_State service or sql server. Here all the object need
to be stored in session requires to be support serialization.
because both aspnet_state service and session stored in sql
server requires object to support serialization

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between the public and private ?

557


Explain the difference between arraylist and array and in c#?

500


What is boxing & unboxing?

558


Can firstordefault return null?

499


What is the concept of strong names?

533






what are pointer types in c#

545


What is method overriding in c#

592


Is c# good for beginners?

467


Can we overload indexer in c#?

474


what is the difference between .dll and .exe

526


Is c# int immutable?

500


what is IComparable

546


What is the data type for bit in c#?

470


Why objects are stored in heap in c#?

472


What do you know about device context?

517