new ClientWritableStream(call, serialize)
A stream that the client can write to. Used for calls that are streaming from
the client side.
Parameters:
| Name | Type | Description |
|---|---|---|
call |
grpc.Call | The call object to send data with |
serialize |
function | Serialization function for writes. |
- Source: