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)
121if (args[0] == typeof(string) && CanSerialize(args[1])) 132if (CanSerialize(elementType))