MakeInboundSerializer Method
Overloads
| MakeInboundSerializer() |
Method for creating the JsonSerializer used to deserialize message received from the RPC connection. |
MakeInboundSerializer()
Method for creating the JsonSerializer used to deserialize message received from the RPC connection.
Declaration
protected override JsonSerializer MakeInboundSerializer()
Returns
| Type | Description |
|---|---|
| Newtonsoft.Json.JsonSerializer |
The JsonSerializer instance. |