SystemTextJsonPayloadConvention.PayloadEncoder Property

Definition

Gets the encoder used for the payload to be serialized.

public override Microsoft.Azure.Devices.Client.PayloadEncoder PayloadEncoder { get; }
member this.PayloadEncoder : Microsoft.Azure.Devices.Client.PayloadEncoder
Public Overrides ReadOnly Property PayloadEncoder As PayloadEncoder

Property Value

An encoder that will be used to convert the serialized string to a byte array.

Applies to