Udostępnij za pośrednictwem


NewtonsoftJsonOutputFormatter.CreateJsonSerializer Metoda

Definicja

Przeciążenia

CreateJsonSerializer()

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

CreateJsonSerializer(OutputFormatterWriteContext)

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

CreateJsonSerializer()

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

Wywoływana podczas serializacji w celu utworzenia 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

Używane Newtonsoft.Json.JsonSerializer podczas serializacji i deserializacji.

Dotyczy

CreateJsonSerializer(OutputFormatterWriteContext)

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

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

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

Parametry

Zwraca

Newtonsoft.Json.JsonSerializer

Używane Newtonsoft.Json.JsonSerializer podczas serializacji i deserializacji.

Dotyczy