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