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

What do you mean by a windows process in regards to memory allocation?

725


How objects are stored in memory?

691


What are jump statements in c#?

672


What is the use of base keyword? Tell me a practical example for base keyword’s usage?

719


What is anonymous class in c#?

697


What is multicast delegate in c# ?

764


When should I throw an exception?

773


Why dictionary is used in c#?

707


How to implement singleton design pattern in c#?

668


What are extensions in c#?

732


Is it possible to have different access modifiers on the get/set methods of a property in c#?

780


Is null empty or whitespace c#?

717


What are the different types of constructors in c#?

803


How many keyword present in C# language ?

756


What is the difference while using directive vs using statement ?

728