1 instantiation of WebAssemblyJsonSerializerContext
Microsoft.AspNetCore.Components.WebAssembly (1)
WebAssemblyJsonSerializerContext.g.cs (1)
29public 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)
81return JsonSerializer.Deserialize(parametersDefinitions, WebAssemblyJsonSerializerContext.Default.ComponentParameterArray)!; 87return JsonSerializer.Deserialize(parameterValues, WebAssemblyJsonSerializerContext.Default.IListObject)!;
Services\DefaultWebAssemblyJSRuntime.cs (1)
119WebAssemblyJsonSerializerContext.Default.RootComponentOperationBatch)!;
WebAssemblyJsonSerializerContext.g.cs (1)
29public 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));