Class LdJsonConverters.LdValueConverter
Inheritance
LdJsonConverters.LdValueConverter
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
Returns
Overrides
ReadJsonValue(ref Utf8JsonReader)
Declaration
public static LdValue ReadJsonValue(ref Utf8JsonReader reader)
Parameters
Returns
Write(Utf8JsonWriter, LdValue, JsonSerializerOptions)
Declaration
public override void Write(Utf8JsonWriter writer, LdValue value, JsonSerializerOptions options)
Parameters
Overrides
WriteJsonValue(LdValue, Utf8JsonWriter)
Declaration
public static void WriteJsonValue(LdValue value, Utf8JsonWriter writer)
Parameters