G
GoodMorningSky
I have long term question about object serialization.
Object serialization is used in many ways.
In .net I heard XML is used for object serialization. I understand how
object values are serialized and read many books about it.
But, I don't understand how those methods are serialized?
Are instance methods serialized? I think it does so, remoting object method
call is possible.
If so how the method is serialized? Instance values are just data. But
method is sequential steps for execution. How this is serialized and
delivered to other computer?
I want to know how the methods are serialized and de-serialized, and how the
actual performance work?
Thank you..
Object serialization is used in many ways.
In .net I heard XML is used for object serialization. I understand how
object values are serialized and read many books about it.
But, I don't understand how those methods are serialized?
Are instance methods serialized? I think it does so, remoting object method
call is possible.
If so how the method is serialized? Instance values are just data. But
method is sequential steps for execution. How this is serialized and
delivered to other computer?
I want to know how the methods are serialized and de-serialized, and how the
actual performance work?
Thank you..