Implemented interface member:
method
CanSerialize
Microsoft.AspNetCore.Components.Endpoints.ITempDataSerializer.CanSerialize(System.Type)
2 references to CanSerialize
Microsoft.AspNetCore.Components.Endpoints (2)
TempData\JsonTempDataSerializer.cs (2)
121
if (args[0] == typeof(string) &&
CanSerialize
(args[1]))
132
if (
CanSerialize
(elementType))