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 are escape sequences explain with example?
What is the difference between list and dictionary in c#?
What is jit? What are the different types of jit?
Can I use exceptions in c#?
What are the different ways of method can be overloaded?
What is the use of protected in c#?
What does console mean c#?
What is a console?
How can I produce an assembly?
What is the use of functional interface?
Can an abstract class inherit from another abstract class c#?
What are the Types of compatabilities and explain them
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
What is inline function in c#?
What are the concepts of dispose method?