Answer Posted / stanly jose
All the above descriptions are corret.
Seriallization is done for the faster accessing of remote
object. So it is mainly used in remoting.
Remoting is a concept in .Net which helps to access/make
use of remote (through internet) application(/object).
So the object requested is converted in to stream of bytes
and get transfered to the requsted application.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is a collection in c#?
What are native functions?
Why do we use constructors in c#?
Is lazy thread safe c#?
Is c sharp free?
What are the uses of namespaces?
Does the variables of a private class-level inherited?
Why to use lock statement in c#?
What is a property in c#?
How big is a float?
What are properties in C#?
What's new in c#?
Is there any sample c# code for simple threading?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is literal in c#?