AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class CustomMetadataConverter

    Inheritance
    object
    CustomMetadataConverter
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class CustomMetadataConverter : JsonConverter<Dictionary<string, CustomMetadataValue>>

    Methods

    ReadJson(JsonReader, Type, Dictionary<string, CustomMetadataValue>, bool, JsonSerializer)

    Declaration
    public override Dictionary<string, CustomMetadataValue> ReadJson(JsonReader reader, Type objectType, Dictionary<string, CustomMetadataValue> existingValue, bool hasExistingValue, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonReader reader
    Type objectType
    Dictionary<string, CustomMetadataValue> existingValue
    bool hasExistingValue
    JsonSerializer serializer
    Returns
    Type Description
    Dictionary<string, CustomMetadataValue>

    WriteJson(JsonWriter, Dictionary<string, CustomMetadataValue>, JsonSerializer)

    Declaration
    public override void WriteJson(JsonWriter writer, Dictionary<string, CustomMetadataValue> value, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonWriter writer
    Dictionary<string, CustomMetadataValue> value
    JsonSerializer serializer
    In this article
    Back to top Generated by DocFX