JsonSchemaExporter 类

定义

JsonTypeInfo中定义的序列化协定导出 JSON 架构的功能。

public ref class JsonSchemaExporter abstract sealed
public static class JsonSchemaExporter
type JsonSchemaExporter = class
Public Module JsonSchemaExporter
继承
JsonSchemaExporter

方法

GetJsonSchemaAsNode(JsonSerializerOptions, Type, JsonSchemaExporterOptions)

获取 type 作为 JsonNode 文档的 JSON 架构。

GetJsonSchemaAsNode(JsonTypeInfo, JsonSchemaExporterOptions)

获取 typeInfo 作为 JsonNode 文档的 JSON 架构。

适用于