MakeOutboundSerializer Method
Overloads
| MakeOutboundSerializer() |
Method for creating the JsonSerializer used to serialize requests to an RPC connection. The method is called the first time the property OutboundSerializer is accessed, which is typically when the method SendAsync<T>(Request) is called. |
MakeOutboundSerializer()
Method for creating the JsonSerializer used to serialize requests to an RPC connection. The method is called the first time the property OutboundSerializer is accessed, which is typically when the method SendAsync<T>(Request) is called.
Declaration
protected virtual JsonSerializer MakeOutboundSerializer()
Returns
| Type | Description |
|---|---|
| Newtonsoft.Json.JsonSerializer |
The JsonSerializer instance. |