Serialize remote statelss session bean objects in a method call
Why would object need to be serialized for remote calls. Wouldn't it directly go on Socket (underneath) and then get marshalled/unmarshalled. Stub and Skeleton already know what they are expecting, what't the point of serializing the remote stateless session bean.