Serialization of method get
ObjectOutputStream out= startRemoteCall(
ConcreteBufferSkel.Get
);
return waitRemoteRetObject();
The stream out is not used because the method does not have parameters.
waitRemoteRetObject reads the object returned from a private object stream and returns it.
- 7 -