Class SystemTextWebhookJsonSerializer
Provides functionality to serialize objects or value types to JSON and to deserialize JSON into objects or value types.
Namespace: Umbraco.Cms.Infrastructure.Serialization
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class SystemTextWebhookJsonSerializer : SystemTextJsonSerializerBase, IWebhookJsonSerializer, IJsonSerializer
Constructors
View SourceSystemTextWebhookJsonSerializer()
Initializes a new instance of the SystemTextWebhookJsonSerializer class.
Declaration
public SystemTextWebhookJsonSerializer()
Properties
View SourceJsonSerializerOptions
Declaration
protected override JsonSerializerOptions JsonSerializerOptions { get; }
Property Value
| Type | Description |
|---|---|
| System.Text.Json.JsonSerializerOptions |