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

Why can’t struct be used instead of class for storing entity?

725


What is difference between ienumerable and ienumerator in c#?

730


Is datetime value type c#?

651


Is string nullable c#?

709


What is entity framework in c#?

684


What is the purpose of reserved word using in c#?

689


Why do I get a security exception when I try to run my c# app?

787


what is the Difference between the public and private ?

731


Explain About friend and Protected friend

714


Difference between directcast and ctype.

771


Can we override static class in c#?

679


What is the concept of strong names?

752


How big is a float?

714


How many static constructors are allowed in a class?

687


What does async mean in c#?

742