Share via


SystemTextJsonPayloadConvention Class

Definition

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

Constructors

Name Description
SystemTextJsonPayloadConvention()

Fields

Name Description
Instance

A static instance of this class.

Properties

Name Description
PayloadEncoder

Gets the encoder used for the payload to be serialized.

PayloadSerializer

Gets the serializer used for the payload.

Methods

Name Description
GetObjectBytes(Object)

Returns the byte array for the convention-based message.

(Inherited from PayloadConvention)

Applies to