5 references to UnionDeconstructor
System.Text.Json (5)
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.Union.cs (1)
133
/// Builds the convention-based <see cref="JsonTypeInfo.
UnionDeconstructor
"/> and
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (2)
1076
if (
UnionDeconstructor
is null)
1165
/// always serializable (serialization is driven by <see cref="
UnionDeconstructor
"/> and
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.cs (1)
125
/// <see cref="JsonTypeInfo.
UnionDeconstructor
"/> on the base type. Refer to that
System\Text\Json\Serialization\Metadata\JsonUnionInfoValuesOfT.cs (1)
34
/// Refer to <see cref="JsonTypeInfo.
UnionDeconstructor
"/> for the full <c>(CaseType, CaseValue)</c>