1 implementation of CanSerialize
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\JsonTempDataSerializer.cs (1)
100
public bool
CanSerialize
(Type type)
2 references to CanSerialize
Microsoft.AspNetCore.Components.Endpoints (2)
TempData\CookieTempDataProvider.cs (1)
116
if (kvp.Value is not null && !_tempDataSerializer.
CanSerialize
(kvp.Value.GetType()))
TempData\SessionStorageTempDataProvider.cs (1)
60
if (kvp.Value is not null && !_tempDataSerializer.
CanSerialize
(kvp.Value.GetType()))