D
djc
I was just reading a chapter in a .net network programming book (which I am
real new to) about serialization.
I need some clarification.
1) Its only 'data' (like property values) of a class that get serialized,
correct?
1b) class methods are not serialized, correct? In other words you can NOT
just create your own new custom class including methods (essentially
functionality), serialize an instance of the class, send it over the network
to your server side program which then deserializes it and actually 'uses'
the classes functionality. I'm way off here right?
any input is appreciated.
real new to) about serialization.
I need some clarification.
1) Its only 'data' (like property values) of a class that get serialized,
correct?
1b) class methods are not serialized, correct? In other words you can NOT
just create your own new custom class including methods (essentially
functionality), serialize an instance of the class, send it over the network
to your server side program which then deserializes it and actually 'uses'
the classes functionality. I'm way off here right?
any input is appreciated.