你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SystemTextJsonPayloadConvention 类

定义

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

构造函数

SystemTextJsonPayloadConvention()

使用 PayloadConventionSystemTextJsonPayloadSerializer的 。

字段

Instance

此类的静态实例。

属性

PayloadEncoder

获取用于序列化有效负载的编码器。

PayloadSerializer

获取用于有效负载的序列化程序。

方法

GetObjectBytes(Object)

返回基于约定的消息的字节数组。

(继承自 PayloadConvention)

适用于