Show / Hide Table of Contents

Class LdJsonConverters.EvaluationReasonConverter

Inheritance
System.Object
LdJsonConverters.EvaluationReasonConverter
Namespace: LaunchDarkly.Sdk.Json
Assembly: LaunchDarkly.CommonSdk.dll
Syntax
public sealed class EvaluationReasonConverter : JsonConverter<EvaluationReason>

Constructors

EvaluationReasonConverter()

Declaration
public EvaluationReasonConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Declaration
public override EvaluationReason 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
EvaluationReason

ReadJsonValue(ref Utf8JsonReader)

Declaration
public static EvaluationReason ReadJsonValue(ref Utf8JsonReader reader)
Parameters
Type Name Description
System.Text.Json.Utf8JsonReader reader
Returns
Type Description
EvaluationReason

Write(Utf8JsonWriter, EvaluationReason, JsonSerializerOptions)

Declaration
public override void Write(Utf8JsonWriter writer, EvaluationReason value, JsonSerializerOptions options)
Parameters
Type Name Description
System.Text.Json.Utf8JsonWriter writer
EvaluationReason value
System.Text.Json.JsonSerializerOptions options

WriteJsonValue(EvaluationReason, Utf8JsonWriter)

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