MakeInboundSerializer Method
Overloads
MakeInboundSerializer() |
Method for creating the JsonSerializer used to deserialize message received from the RPC connection. The method is called the first time the property InboundSerializer is accessed, which is typically when the method Deserialize<T>(JToken) is called. |
MakeInboundSerializer()
Method for creating the JsonSerializer used to deserialize message received from the RPC connection. The method is called the first time the property InboundSerializer is accessed, which is typically when the method Deserialize<T>(JToken) is called.
Declaration
protected virtual JsonSerializer MakeInboundSerializer()
Returns
Type | Description |
---|---|
Newtonsoft.Json.JsonSerializer |
The JsonSerializer instance. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!