Implemented interface member:
method
CanSerialize
Microsoft.AspNetCore.Components.Endpoints.IStoredDataSerializer.CanSerialize(System.Type)
3 references to CanSerialize
Microsoft.AspNetCore.Components.Endpoints (3)
Serialization\JsonStoredDataSerializer.cs (3)
111
if (type is null || !
CanSerialize
(type))
186
if (!
CanSerialize
(valueType))
231
if (targetType != typeof(object) && targetType != ObjectArrayType &&
CanSerialize
(targetType))