marshalled_dispatch


Description:

public uchar[] marshalled_dispatch (Object? caller, uchar[] data)

This method receives a message as a stream of bytes from a caller, translates it to a RemoteCall, executes the call, returns the result as a stream of bytes that we can send to the caller.