9 references to Deserialize
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
33var state = JsonSerializer.Deserialize(
Microsoft.AspNetCore.Components.Server (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
33var state = JsonSerializer.Deserialize(
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
33var state = JsonSerializer.Deserialize(
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
575clientData = JsonSerializer.Deserialize(utf8Json.Span, IdentityJsonSerializerContext.Default.CollectedClientData)
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
390var data = JsonSerializer.Deserialize(File.ReadAllBytes(file), CustomJsonSerializerContext.Default.IDictionaryStringString)!;
Microsoft.Extensions.AI (1)
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
83return JsonSerializer.Deserialize(existingJson, (JsonTypeInfo<TEmbedding>)_jsonSerializerOptions.GetTypeInfo(typeof(TEmbedding)));
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Storage\AzureStorageResponseCache.CacheEntry.cs (1)
41JsonSerializer.Deserialize(
Microsoft.Extensions.AI.OpenAI (1)
OpenAIImageGenerator.cs (1)
141var outputFormatString = JsonSerializer.Deserialize(outputFormat, stringJsonTypeInfo);
System.Memory.Data (1)
System\BinaryData.cs (1)
474=> JsonSerializer.Deserialize(GetBytesWithTrimmedBom(), jsonTypeInfo);