ParameterInformationConverter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ParameterInformation의 레이블 매개 변수에서 int 배열을 올바르게 역직렬화하는 JsonConverter
public ref class ParameterInformationConverter : Newtonsoft::Json::JsonConverter
public class ParameterInformationConverter : Newtonsoft.Json.JsonConverter
type ParameterInformationConverter = class
inherit JsonConverter
Public Class ParameterInformationConverter
Inherits JsonConverter
- 상속
-
Newtonsoft.Json.JsonConverterParameterInformationConverter
생성자
ParameterInformationConverter() |
ParameterInformation의 레이블 매개 변수에서 int 배열을 올바르게 역직렬화하는 JsonConverter |
속성
CanWrite |
ParameterInformation의 레이블 매개 변수에서 int 배열을 올바르게 역직렬화하는 JsonConverter |
메서드
CanConvert(Type) |
ParameterInformation의 레이블 매개 변수에서 int 배열을 올바르게 역직렬화하는 JsonConverter |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
ParameterInformation의 레이블 매개 변수에서 int 배열을 올바르게 역직렬화하는 JsonConverter |
WriteJson(JsonWriter, Object, JsonSerializer) |
ParameterInformation의 레이블 매개 변수에서 int 배열을 올바르게 역직렬화하는 JsonConverter |