Class SystemTextJsonSerializer
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 SystemTextJsonSerializer : SystemTextJsonSerializerBase, IJsonSerializer
Constructors
View SourceSystemTextJsonSerializer()
Initializes a new instance of the SystemTextJsonSerializer class.
Declaration
public SystemTextJsonSerializer()
Properties
View SourceJsonSerializerOptions
Declaration
protected override JsonSerializerOptions JsonSerializerOptions { get; }
Property Value
| Type | Description |
|---|---|
| System.Text.Json.JsonSerializerOptions |