1 instantiation of WebAssemblyJsonSerializerContext
Microsoft.AspNetCore.Components.WebAssembly (1)
WebAssemblyJsonSerializerContext.g.cs (1)
29
public static global::Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.WebAssemblyJsonSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.
WebAssemblyJsonSerializerContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
4 references to WebAssemblyJsonSerializerContext
Microsoft.AspNetCore.Components.WebAssembly (4)
Prerendering\WebAssemblyComponentParameterDeserializer.cs (2)
81
return JsonSerializer.Deserialize(parametersDefinitions,
WebAssemblyJsonSerializerContext
.Default.ComponentParameterArray)!;
87
return JsonSerializer.Deserialize(parameterValues,
WebAssemblyJsonSerializerContext
.Default.IListObject)!;
Services\DefaultWebAssemblyJSRuntime.cs (1)
119
WebAssemblyJsonSerializerContext
.Default.RootComponentOperationBatch)!;
WebAssemblyJsonSerializerContext.g.cs (1)
29
public static global::Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.
WebAssemblyJsonSerializerContext
Default { get; } = new global::Microsoft.AspNetCore.Components.WebAssembly.Infrastructure.WebAssemblyJsonSerializerContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));