Search Results for

    Show / Hide Table of Contents
    View Source

    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.

    Inheritance
    System.Object
    SystemTextJsonSerializerBase
    Namespace: Umbraco.Cms.Infrastructure.Serialization
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class SystemTextConfigurationEditorJsonSerializer : SystemTextJsonSerializerBase, IConfigurationEditorJsonSerializer, IJsonSerializer

    Constructors

    View Source

    SystemTextConfigurationEditorJsonSerializer()

    Initializes a new instance of the SystemTextConfigurationEditorJsonSerializer class.

    Declaration
    public SystemTextConfigurationEditorJsonSerializer()

    Properties

    View Source

    JsonSerializerOptions

    Declaration
    protected override JsonSerializerOptions JsonSerializerOptions { get; }
    Property Value
    Type Description
    System.Text.Json.JsonSerializerOptions
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SystemTextConfigurationEditorJsonSerializer()
    • Properties
      • JsonSerializerOptions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX