Share via


NewtonsoftJsonHubProtocol.PayloadSerializer Property

Definition

Gets the serializer used to serialize invocation arguments and return values.

public:
 property Newtonsoft::Json::JsonSerializer ^ PayloadSerializer { Newtonsoft::Json::JsonSerializer ^ get(); };
public Newtonsoft.Json.JsonSerializer PayloadSerializer { get; }
member this.PayloadSerializer : Newtonsoft.Json.JsonSerializer
Public ReadOnly Property PayloadSerializer As JsonSerializer

Property Value

Newtonsoft.Json.JsonSerializer

Applies to