LaunchDarkly Dotnet Server SDK Telemetry Integration
Search Results for

    Show / Hide Table of Contents

    Class LdJsonConverters.EvaluationErrorKindConverter

    Inheritance
    object
    JsonConverter
    JsonConverter<EvaluationErrorKind>
    LdJsonConverters.EvaluationErrorKindConverter
    Inherited Members
    JsonConverter<EvaluationErrorKind>.CanConvert(Type)
    JsonConverter<EvaluationErrorKind>.ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)
    JsonConverter<EvaluationErrorKind>.WriteAsPropertyName(Utf8JsonWriter, EvaluationErrorKind, JsonSerializerOptions)
    JsonConverter<EvaluationErrorKind>.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.EvaluationErrorKindConverter : JsonConverter<EvaluationErrorKind>

    Constructors

    EvaluationErrorKindConverter()

    Declaration
    public EvaluationErrorKindConverter()

    Methods

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

    ReadJsonValue(ref Utf8JsonReader)

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

    Write(Utf8JsonWriter, EvaluationErrorKind, JsonSerializerOptions)

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

    WriteJsonValue(EvaluationErrorKind, Utf8JsonWriter)

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