Search Results for

    Show / Hide Table of Contents
    View Source

    Class JsonDictionaryStringIgnoreCaseConverter<TValue>

    Converts a dictionary with a string key to or from JSON, using the comparer.

    Inheritance
    System.Object
    System.Text.Json.Serialization.JsonConverter
    System.Text.Json.Serialization.JsonConverter<Dictionary<System.String, TValue>>
    ReadOnlyJsonConverter<Dictionary<System.String, TValue>>
    Namespace: Umbraco.Cms.Infrastructure.Serialization
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class JsonDictionaryStringIgnoreCaseConverter<TValue> : ReadOnlyJsonConverter<Dictionary<string, TValue>>
    Type Parameters
    Name Description
    TValue

    The type of the dictionary value.

    Methods

    View Source

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

    Declaration
    public override Dictionary<string, TValue>? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
    Parameters
    Type Name Description
    System.Text.Json.Utf8JsonReader reader
    Type typeToConvert
    System.Text.Json.JsonSerializerOptions options
    Returns
    Type Description
    System.Nullable<Dictionary<System.String, TValue>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX