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)
111if (type is null || !CanSerialize(type)) 186if (!CanSerialize(valueType)) 231if (targetType != typeof(object) && targetType != ObjectArrayType && CanSerialize(targetType))