1 |
Stubs are the client side proxies representing the remote server side objects
-
They look like local objects as far as other client side objects are concerned
-
They serialize input parameter data and pass to RRL as a "marshall stream"; correspondingly stubs deserialize return values of remote methods and pass to client object that called remote method
|