Show / Hide Table of Contents

Class LdJsonConverters.EvaluationErrorKindConverter

The JSON converter for EvaluationErrorKind.

Inheritance
System.Object
LdJsonConverters.EvaluationErrorKindConverter
Namespace: LaunchDarkly.Sdk.Json
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public sealed class 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
System.Text.Json.Utf8JsonReader reader
System.Type typeToConvert
System.Text.Json.JsonSerializerOptions options
Returns
Type Description
EvaluationErrorKind

ReadJsonValue(ref Utf8JsonReader)

Declaration
public static EvaluationErrorKind ReadJsonValue(ref Utf8JsonReader reader)
Parameters
Type Name Description
System.Text.Json.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
System.Text.Json.Utf8JsonWriter writer
EvaluationErrorKind value
System.Text.Json.JsonSerializerOptions options

WriteJsonValue(EvaluationErrorKind, Utf8JsonWriter)

Declaration
public static void WriteJsonValue(EvaluationErrorKind instance, Utf8JsonWriter writer)
Parameters
Type Name Description
EvaluationErrorKind instance
System.Text.Json.Utf8JsonWriter writer
In This Article
Back to top Generated by DocFX