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