SystemTextJsonPayloadConvention Class

Definition

public class SystemTextJsonPayloadConvention : Microsoft.Azure.Devices.Client.PayloadConvention
type SystemTextJsonPayloadConvention = class
    inherit PayloadConvention
Public Class SystemTextJsonPayloadConvention
Inherits PayloadConvention
Inheritance
SystemTextJsonPayloadConvention

Constructors

SystemTextJsonPayloadConvention()

Fields

Instance

A static instance of this class.

Properties

PayloadEncoder

Gets the encoder used for the payload to be serialized.

PayloadSerializer

Gets the serializer used for the payload.

Methods

GetObjectBytes(Object)

Returns the byte array for the convention-based message.

(Inherited from PayloadConvention)

Applies to