Show / Hide Table of Contents

Class LdJsonConverters.BigSegmentsStatusConverter

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

Constructors

BigSegmentsStatusConverter()

Declaration
public BigSegmentsStatusConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

ReadJsonValue(ref Utf8JsonReader)

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

Write(Utf8JsonWriter, BigSegmentsStatus, JsonSerializerOptions)

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

WriteJsonValue(BigSegmentsStatus, Utf8JsonWriter)

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