Share via


JsonInputFormatter.SerializerSettings 속성

정의

Newtonsoft.Json.JsonSerializerSettings 구성하는 데 사용되는 를 가져옵니다 Newtonsoft.Json.JsonSerializer.

protected:
 property Newtonsoft::Json::JsonSerializerSettings ^ SerializerSettings { Newtonsoft::Json::JsonSerializerSettings ^ get(); };
protected Newtonsoft.Json.JsonSerializerSettings SerializerSettings { get; }
member this.SerializerSettings : Newtonsoft.Json.JsonSerializerSettings
Protected ReadOnly Property SerializerSettings As JsonSerializerSettings

속성 값

Newtonsoft.Json.JsonSerializerSettings

설명

JsonInputFormatter 개체를 사용한 후에는 개체를 Newtonsoft.Json.JsonSerializerSettings 수정해도 아무런 효과가 없습니다.

적용 대상