LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Interface IJsonSerializable

    A marker interface for types that define their own JSON serialization rules.

    Namespace: LaunchDarkly.Sdk.Json
    Assembly: LaunchDarkly.CommonSdk.dll
    Syntax
    public interface IJsonSerializable
    Remarks

    Some types that are defined in the LaunchDarkly.Sdk namespaces, such as User and EvaluationReason, have a standard representation in JSON. The internal structures of these types do not always correspond directly to the JSON schema, so reflection-based serializers will not work without custom logic.

    See Also

    LdJsonSerialization
    In this article
    Back to top Generated by DocFX