1 implementation of CanSerialize
Microsoft.AspNetCore.Components.Endpoints (1)
Serialization\JsonStoredDataSerializer.cs (1)
23
public bool
CanSerialize
(Type type)
1 reference to CanSerialize
Microsoft.AspNetCore.Components.Endpoints (1)
SessionCascadingValueSupplier.cs (1)
49
if (propertyType != typeof(object) && !propertyType.IsAbstract && !_serializer.
CanSerialize
(propertyType))