NewtonsoftJsonOutputFormatter.CreateJsonSerializer 메서드

정의

오버로드

CreateJsonSerializer()

serialization 중에 호출하여 를 만듭니다 Newtonsoft.Json.JsonSerializer. 전달되는 포맷터 컨텍스트는 컨텍스트에 한정된 직렬 변환기를 만드는 기능을 제공합니다.

CreateJsonSerializer(OutputFormatterWriteContext)

serialization 중에 호출하여 를 만듭니다 Newtonsoft.Json.JsonSerializer. 전달되는 포맷터 컨텍스트는 컨텍스트에 한정된 직렬 변환기를 만드는 기능을 제공합니다.

CreateJsonSerializer()

Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs

serialization 중에 호출하여 를 만듭니다 Newtonsoft.Json.JsonSerializer. 전달되는 포맷터 컨텍스트는 컨텍스트에 한정된 직렬 변환기를 만드는 기능을 제공합니다.

protected:
 virtual Newtonsoft::Json::JsonSerializer ^ CreateJsonSerializer();
protected virtual Newtonsoft.Json.JsonSerializer CreateJsonSerializer ();
abstract member CreateJsonSerializer : unit -> Newtonsoft.Json.JsonSerializer
override this.CreateJsonSerializer : unit -> Newtonsoft.Json.JsonSerializer
Protected Overridable Function CreateJsonSerializer () As JsonSerializer

반환

Newtonsoft.Json.JsonSerializer

Newtonsoft.Json.JsonSerializer serialization 및 deserialization 중에 사용되는 입니다.

적용 대상

CreateJsonSerializer(OutputFormatterWriteContext)

Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs
Source:
NewtonsoftJsonOutputFormatter.cs

serialization 중에 호출하여 를 만듭니다 Newtonsoft.Json.JsonSerializer. 전달되는 포맷터 컨텍스트는 컨텍스트에 한정된 직렬 변환기를 만드는 기능을 제공합니다.

protected:
 virtual Newtonsoft::Json::JsonSerializer ^ CreateJsonSerializer(Microsoft::AspNetCore::Mvc::Formatters::OutputFormatterWriteContext ^ context);
protected virtual Newtonsoft.Json.JsonSerializer CreateJsonSerializer (Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context);
abstract member CreateJsonSerializer : Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext -> Newtonsoft.Json.JsonSerializer
override this.CreateJsonSerializer : Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext -> Newtonsoft.Json.JsonSerializer
Protected Overridable Function CreateJsonSerializer (context As OutputFormatterWriteContext) As JsonSerializer

매개 변수

context
OutputFormatterWriteContext

에 대한 컨텍스트 개체입니다 WriteAsync(OutputFormatterWriteContext).

반환

Newtonsoft.Json.JsonSerializer

Newtonsoft.Json.JsonSerializer serialization 및 deserialization 중에 사용되는 입니다.

적용 대상