SingleValueArrayConverter<T> 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.
generic <typename T>
public ref class SingleValueArrayConverter : Newtonsoft::Json::JsonConverter
public class SingleValueArrayConverter<T> : Newtonsoft.Json.JsonConverter
type SingleValueArrayConverter<'T> = class
inherit JsonConverter
Public Class SingleValueArrayConverter(Of T)
Inherits JsonConverter
Type Parameters
- T
- Inheritance
-
Newtonsoft.Json.JsonConverterSingleValueArrayConverter<T>
Constructors
SingleValueArrayConverter<T>() |
Methods
CanConvert(Type) | |
ReadJson(JsonReader, Type, Object, JsonSerializer) | |
WriteJson(JsonWriter, Object, JsonSerializer) |