Search Results for

    Show / Hide Table of Contents

    Class VariantJsonConverter

    Inheritance
    object
    JsonConverter
    JsonConverter<Variant>
    VariantJsonConverter
    Inherited Members
    JsonConverter<Variant>.WriteJson(JsonWriter, object, JsonSerializer)
    JsonConverter<Variant>.ReadJson(JsonReader, Type, object, JsonSerializer)
    JsonConverter<Variant>.CanConvert(Type)
    JsonConverter.CanRead
    JsonConverter.CanWrite
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class VariantJsonConverter : JsonConverter<Variant>

    Constructors

    VariantJsonConverter()

    Declaration
    public VariantJsonConverter()

    Methods

    ReadJson(JsonReader, Type, Variant, bool, JsonSerializer)

    Declaration
    public override Variant ReadJson(JsonReader reader, Type objectType, Variant existingValue, bool hasExistingValue, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonReader reader
    Type objectType
    Variant existingValue
    bool hasExistingValue
    JsonSerializer serializer
    Returns
    Type Description
    Variant
    Overrides
    JsonConverter<Variant>.ReadJson(JsonReader, Type, Variant, bool, JsonSerializer)

    WriteJson(JsonWriter, Variant, JsonSerializer)

    Declaration
    public override void WriteJson(JsonWriter writer, Variant value, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonWriter writer
    Variant value
    JsonSerializer serializer
    Overrides
    JsonConverter<Variant>.WriteJson(JsonWriter, Variant, JsonSerializer)
    In this article
    Back to top Generated by DocFX