4 references to ObjectArrayType
Microsoft.AspNetCore.Components.Endpoints (4)
Serialization\JsonStoredDataSerializer.cs (4)
25
if (type ==
ObjectArrayType
)
93
if (type ==
ObjectArrayType
)
195
if (valueType ==
ObjectArrayType
)
231
if (targetType != typeof(object) && targetType !=
ObjectArrayType
&& CanSerialize(targetType))