7 references to TypeClassifier
System.Text.Json (7)
System\Text\Json\Serialization\Attributes\JsonUnionAttribute.cs (1)
22
/// it lets the user plug in a per-type <see cref="
TypeClassifier
"/>. Recognized unions
System\Text\Json\Serialization\JsonSerializerOptions.Converters.cs (1)
32
/// <see cref="JsonUnionAttribute.
TypeClassifier
"/> or <see cref="JsonPolymorphicAttribute.TypeClassifier"/>.
System\Text\Json\Serialization\JsonTypeClassifierFactory.cs (2)
16
/// It is referenced by the <see cref="JsonUnionAttribute.
TypeClassifier
"/> and
32
/// or per-type via <see cref="JsonUnionAttribute.
TypeClassifier
"/> /
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Union.cs (1)
69
if (attr?.
TypeClassifier
is { } attrClassifierType)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (1)
577
/// from <see cref="JsonUnionAttribute.
TypeClassifier
"/> or <see cref="JsonPolymorphicAttribute.TypeClassifier"/>.
System\Text\Json\Serialization\Metadata\JsonUnionInfoValuesOfT.cs (1)
52
/// Resolved from <see cref="JsonUnionAttribute.
TypeClassifier
"/> at compile time.