new ClientReadableStream(call, deserialize)
    A stream that the client can read from. Used for calls that are streaming
from the server side.
    Parameters:
| Name | Type | Description | 
|---|---|---|
call | 
            
            grpc.Call | The call object to read data with | 
deserialize | 
            
            function | Deserialization function for reads | 
- Source: