adspace


what is serilization?

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


Please Help Members By Posting Answers For Below Questions

How do you inherit a class into other class in c#?

999


Which namespaces are necessary to create a localized application?

1147


What is an abstract class c#?

973


How to assign Null value to Var?

1070


Why can't we use a static class instead of singleton?

961


What is expression tree in c#?

1004