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 is a struct in C#?
Which config file has all the supported channels/protocol?
How do I create a single-file assembly?
what are the contents of an assembly ?
What is the difference between decimal and integer?
Why do we use class in c#?
What is a partial class in c#?
What is super class in c#?
How do you create dlls in .NET
Is there a way to force garbage collection?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
Can an abstract class have a constructor c#?
What is local function?
How do I create a multi language, multi file assembly?
Write the syntax for catching an exception in c#?