AnyValueJsonConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.JsonConverterAnyValueJsonConverter
- Attributes
Constructors
AnyValueJsonConverter() |
Methods
CanConvert(Type) | |
ReadJson(JsonReader, Type, Object, JsonSerializer) | |
WriteJson(JsonWriter, Object, JsonSerializer) |