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



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

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

More C Sharp Interview Questions

What is the value which is accepted by all data types ?

0 Answers   MCN Solutions,


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

3 Answers  


from web.config file with connection string who to interact means who to connect in gridview. in my system shows null something error what is the problem

3 Answers   Bally Technologies,


How do you use nullable?

0 Answers  


What are the different types of delegates?

0 Answers  






Is string value type c#?

0 Answers  


Why extension method is static?

0 Answers  


Can a sealed class be used as a base class?

0 Answers  


What is .edmx file?

0 Answers  


Can we inherit class that contains only one private constructor?

0 Answers  


What are the Types of caching

0 Answers   TCS,


What are the steps for creating clr trigger

0 Answers  


Categories