Udostępnij za pośrednictwem


NewtonsoftJsonInputFormatter.CreateJsonSerializer Metoda

Definicja

Przeciążenia

CreateJsonSerializer()

Wywoływana podczas deserializacji w celu pobrania elementu Newtonsoft.Json.JsonSerializer. Przekazany kontekst formatatora umożliwia tworzenie serializatora specyficznego dla kontekstu.

CreateJsonSerializer(InputFormatterContext)

Wywoływana podczas deserializacji w celu pobrania elementu Newtonsoft.Json.JsonSerializer. Przekazany kontekst formatatora umożliwia tworzenie serializatora specyficznego dla kontekstu.

CreateJsonSerializer()

Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs

Wywoływana podczas deserializacji w celu pobrania elementu Newtonsoft.Json.JsonSerializer. Przekazany kontekst formatatora umożliwia tworzenie serializatora specyficznego dla kontekstu.

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

Zwraca

Newtonsoft.Json.JsonSerializer

Element Newtonsoft.Json.JsonSerializer używany podczas deserializacji.

Uwagi

Ta metoda współpracuje z ReleaseJsonSerializer(JsonSerializer) programem w celu zarządzania okresami Newtonsoft.Json.JsonSerializer istnienia wystąpień.

Dotyczy

CreateJsonSerializer(InputFormatterContext)

Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs
Źródło:
NewtonsoftJsonInputFormatter.cs

Wywoływana podczas deserializacji w celu pobrania elementu Newtonsoft.Json.JsonSerializer. Przekazany kontekst formatatora umożliwia tworzenie serializatora specyficznego dla kontekstu.

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

Parametry

context
InputFormatterContext

Obiekt kontekstu używany przez program formatujący dane wejściowe do deserializacji treści żądania do obiektu.

Zwraca

Newtonsoft.Json.JsonSerializer

Element Newtonsoft.Json.JsonSerializer używany podczas deserializacji.

Uwagi

Ta metoda współpracuje z ReleaseJsonSerializer(JsonSerializer) programem w celu zarządzania okresami Newtonsoft.Json.JsonSerializer istnienia wystąpień.

Dotyczy