LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Class LdJsonConverters.LdValueConverter

    Inheritance
    object
    JsonConverter
    JsonConverter<LdValue>
    LdJsonConverters.LdValueConverter
    Inherited Members
    JsonConverter<LdValue>.CanConvert(Type)
    JsonConverter<LdValue>.ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)
    JsonConverter<LdValue>.WriteAsPropertyName(Utf8JsonWriter, LdValue, JsonSerializerOptions)
    JsonConverter<LdValue>.HandleNull
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LaunchDarkly.Sdk.Json
    Assembly: LaunchDarkly.CommonSdk.dll
    Syntax
    public sealed class LdJsonConverters.LdValueConverter : JsonConverter<LdValue>

    Constructors

    LdValueConverter()

    Declaration
    public LdValueConverter()

    Methods

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

    Declaration
    public override LdValue Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonReader reader
    Type typeToConvert
    JsonSerializerOptions options
    Returns
    Type Description
    LdValue
    Overrides
    JsonConverter<LdValue>.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

    ReadJsonValue(ref Utf8JsonReader)

    Declaration
    public static LdValue ReadJsonValue(ref Utf8JsonReader reader)
    Parameters
    Type Name Description
    Utf8JsonReader reader
    Returns
    Type Description
    LdValue

    Write(Utf8JsonWriter, LdValue, JsonSerializerOptions)

    Declaration
    public override void Write(Utf8JsonWriter writer, LdValue value, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonWriter writer
    LdValue value
    JsonSerializerOptions options
    Overrides
    JsonConverter<LdValue>.Write(Utf8JsonWriter, LdValue, JsonSerializerOptions)

    WriteJsonValue(LdValue, Utf8JsonWriter)

    Declaration
    public static void WriteJsonValue(LdValue value, Utf8JsonWriter writer)
    Parameters
    Type Name Description
    LdValue value
    Utf8JsonWriter writer
    In this article
    Back to top Generated by DocFX