1 instantiation of CustomJsonSerializerContext
Microsoft.AspNetCore.Mvc.Testing (1)
CustomJsonSerializerContext.g.cs (1)
26
public static global::Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<TEntryPoint>.CustomJsonSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<TEntryPoint>.
CustomJsonSerializerContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
2 references to CustomJsonSerializerContext
Microsoft.AspNetCore.Mvc.Testing (2)
CustomJsonSerializerContext.g.cs (1)
26
public static global::Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<TEntryPoint>.
CustomJsonSerializerContext
Default { get; } = new global::Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<TEntryPoint>.CustomJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
WebApplicationFactory.cs (1)
390
var data = JsonSerializer.Deserialize(File.ReadAllBytes(file),
CustomJsonSerializerContext
.Default.IDictionaryStringString)!;