Search Results for

    Show / Hide Table of Contents
    View Source

    Class SystemTextJsonSerializer

    Provides functionality to serialize objects or value types to JSON and to deserialize JSON into objects or value types.

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

    Constructors

    View Source

    SystemTextJsonSerializer()

    Initializes a new instance of the SystemTextJsonSerializer class.

    Declaration
    public SystemTextJsonSerializer()

    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
      • SystemTextJsonSerializer()
    • Properties
      • JsonSerializerOptions
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX