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
Are classes passed by reference in c#?
What is garbage collector and where should you use in .NET?
Why singleton class is sealed?
List down the access modifiers available in c#?
Is there regular expression (regex) support available to c# developers?
How to exclude a property from xml serialization?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What does dbml mean?
Explain attributes in c#?
Explain About CLS?
Are constructors inherited c#?
What are the Types of values mode can hold session state in web.config
What is the process of Serialization?
What type of data type conversion happens when the compiler encounters the following code?
How can I get the ascii code for a character in c#?