LaunchDarkly Dotnet Server AI SDK
Search Results for

    Show / Hide Table of Contents

    Class LdJsonConverters.AttributeRefConverter

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

    Constructors

    AttributeRefConverter()

    Declaration
    public AttributeRefConverter()

    Methods

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

    Write(Utf8JsonWriter, AttributeRef, JsonSerializerOptions)

    Declaration
    public override void Write(Utf8JsonWriter writer, AttributeRef value, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonWriter writer
    AttributeRef value
    JsonSerializerOptions options
    Overrides
    JsonConverter<AttributeRef>.Write(Utf8JsonWriter, AttributeRef, JsonSerializerOptions)
    In this article
    Back to top Generated by DocFX