NewtonsoftJsonHubProtocol.PayloadSerializer Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.JsonSerializerPublic ReadOnly Property PayloadSerializer As JsonSerializer