Partager via


AnyValueJsonConverter Class

Definition

A JSON convert to support serializing properties values.

[System.Runtime.CompilerServices.Nullable(0)]
public class AnyValueJsonConverter : Newtonsoft.Json.JsonConverter
[<System.Runtime.CompilerServices.Nullable(0)>]
type AnyValueJsonConverter = class
    inherit JsonConverter
Public Class AnyValueJsonConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
AnyValueJsonConverter
Attributes

Constructors

AnyValueJsonConverter()

Methods

CanConvert(Type)
ReadJson(JsonReader, Type, Object, JsonSerializer)
WriteJson(JsonWriter, Object, JsonSerializer)

Applies to