NewtonsoftJsonOutputFormatter.CreateJsonSerializer Metodo

Definizione

Overload

CreateJsonSerializer()

Chiamato durante la serializzazione per creare l'oggetto Newtonsoft.Json.JsonSerializer. Il contesto del formattatore passato consente di creare serializzatori specifici del contesto.

CreateJsonSerializer(OutputFormatterWriteContext)

Chiamato durante la serializzazione per creare l'oggetto Newtonsoft.Json.JsonSerializer. Il contesto del formattatore passato consente di creare serializzatori specifici del contesto.

CreateJsonSerializer()

Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs

Chiamato durante la serializzazione per creare l'oggetto Newtonsoft.Json.JsonSerializer. Il contesto del formattatore passato consente di creare serializzatori specifici del contesto.

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

Restituisce

Newtonsoft.Json.JsonSerializer

Oggetto Newtonsoft.Json.JsonSerializer utilizzato durante la serializzazione e la deserializzazione.

Si applica a

CreateJsonSerializer(OutputFormatterWriteContext)

Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs
Origine:
NewtonsoftJsonOutputFormatter.cs

Chiamato durante la serializzazione per creare l'oggetto Newtonsoft.Json.JsonSerializer. Il contesto del formattatore passato consente di creare serializzatori specifici del contesto.

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

Parametri

Restituisce

Newtonsoft.Json.JsonSerializer

Oggetto Newtonsoft.Json.JsonSerializer utilizzato durante la serializzazione e la deserializzazione.

Si applica a