AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class FunctionCallConverter

    Inheritance
    object
    FunctionCallConverter
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class FunctionCallConverter : JsonConverter<FunctionCall>

    Methods

    ReadJson(JsonReader, Type, FunctionCall, bool, JsonSerializer)

    Declaration
    public override FunctionCall ReadJson(JsonReader reader, Type objectType, FunctionCall existingValue, bool hasExistingValue, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonReader reader
    Type objectType
    FunctionCall existingValue
    bool hasExistingValue
    JsonSerializer serializer
    Returns
    Type Description
    FunctionCall

    WriteJson(JsonWriter, FunctionCall, JsonSerializer)

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