MakeOutboundSerializer Method
Overloads
| MakeOutboundSerializer() |
Method for creating the JsonSerializer used to serialize requests to an the RPC connection. |
MakeOutboundSerializer()
Method for creating the JsonSerializer used to serialize requests to an the RPC connection.
Declaration
protected override JsonSerializer MakeOutboundSerializer()
Returns
| Type | Description |
|---|---|
| Newtonsoft.Json.JsonSerializer |
The JsonSerializer instance. |