Class JsonRpcSerializerSettings
Provides additional JSON-RPC specific serialisation settings.
Inheritance
Newtonsoft.Json.JsonSerializerSettings
JsonRpcSerializerSettings
Namespace: XploRe.Net.JsonRpc
Assembly: XploRe.Net.JsonRpc.dll
Syntax
public class JsonRpcSerializerSettings : JsonSerializerSettings
Constructors
Name | Description |
---|---|
JsonRpcSerializerSettings() |
Properties
Name | Description |
---|---|
ProtocolCompatiblityMode | Configures the treatment of messages with a JSON-RPC protocol version that differs from the configured JSON-RPC protocol version. |
ProtocolVersion | Expected JSON-RPC protocol version of messages. |