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
What you mean by inner exception in c#?
What is difference between iqueryable and ienumerable in c#?
How we can create an array with non-default values?
Why do we use yield in c#?
Differentiate between static class and singleton instance?
How many bytes is a long c#?
What do u mean by delegation?
What is the difference between continue and break statement?
What is default access specifier for class in c#?
What is uint16?
What is dbcontext c#?
What are the extension methods in c#?
Is c# still popular?
Can abstract class have parameterized constructor?
Why do we use threads in c#?