JsonHubProtocolOptions.PayloadSerializerOptions 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 or sets the settings used to serialize invocation arguments and return values.
public:
property System::Text::Json::JsonSerializerOptions ^ PayloadSerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); void set(System::Text::Json::JsonSerializerOptions ^ value); };
public System.Text.Json.JsonSerializerOptions PayloadSerializerOptions { get; set; }
member this.PayloadSerializerOptions : System.Text.Json.JsonSerializerOptions with get, set
Public Property PayloadSerializerOptions As JsonSerializerOptions