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
How is a string immutable?
What is list array in c#?
Explain the role of the datareader class in ado.net connections?
How do you comment in c#?
What is the difference while using directive vs using statement ?
Is datetime value type c#?
What is tochararray in c#?
What is difference between C# and VB.NET?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
What is the difference between parse and tryparse in c#?
How do I port "synchronized" functions from visual j++ to c#?
Explain the difference between Metadata and Manifest
Explain the difference between directcast and ctype.
What is the difference between “out” and “ref” parameters in c#?
Can I use parseint?