116 references to SystemTextJsonOutputFormatterTest
Microsoft.AspNetCore.Mvc.Core.Test (116)
TestJsonContext.g.cs (2)
26
public static global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.TestJsonContext Default { get; } = new global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.TestJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
TestJsonContext.GetJsonTypeInfo.g.cs (4)
24
if (type == typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson))
28
if (type == typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended))
32
if (type == typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person))
36
if (type == typeof(global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>))
TestJsonContext.IAsyncEnumerableJsonPerson.g.cs (10)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>>? _IAsyncEnumerableJsonPerson;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>> IAsyncEnumerableJsonPerson
24
get => _IAsyncEnumerableJsonPerson ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>> Create_IAsyncEnumerableJsonPerson(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>> jsonTypeInfo))
31
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>>
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIAsyncEnumerableInfo<global::System.Collections.Generic.IAsyncEnumerable<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>, global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>(options, info);
TestJsonContext.JsonPerson.g.cs (29)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>? _JsonPerson;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson> JsonPerson
24
get => _JsonPerson ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson> Create_JsonPerson(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>
33
ObjectCreator = () => new global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson(),
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPerson>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Name,
61
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Name = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
73
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>
78
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
80
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Child,
81
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Child = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Child", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person), global::System.Array.Empty<global::System.Type>(), null),
91
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>(options, info1);
93
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>
98
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
100
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Parent,
101
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Parent = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Parent", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person), global::System.Array.Empty<global::System.Type>(), null),
111
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>(options, info2);
TestJsonContext.JsonPersonExtended.g.cs (38)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended>? _JsonPersonExtended;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended> JsonPersonExtended
24
get => _JsonPersonExtended ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended> Create_JsonPersonExtended(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended>
33
ObjectCreator = () => new global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended(),
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended)obj).Age,
61
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended)obj).Age = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended).GetProperty("Age", InstanceMemberBindingFlags, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
80
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Name,
81
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Name = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
93
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>
98
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
100
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Child,
101
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Child = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Child", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person), global::System.Array.Empty<global::System.Type>(), null),
111
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>(options, info2);
113
var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>
118
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
120
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Parent,
121
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Parent = value!,
128
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Parent", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person), global::System.Array.Empty<global::System.Type>(), null),
131
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>(options, info3);
138
private void JsonPersonExtendedSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended? value)
148
writer.WriteNumber(PropName_Age, ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.JsonPersonExtended)value).Age);
149
writer.WriteString(PropName_Name, ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)value).Name);
151
PersonSerializeHandler(writer, ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)value).Child);
153
PersonSerializeHandler(writer, ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)value).Parent);
TestJsonContext.Person.g.cs (33)
15
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>? _Person;
21
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person> Person
24
get => _Person ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person));
27
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person> Create_Person(global::System.Text.Json.JsonSerializerOptions options)
29
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person> jsonTypeInfo))
31
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>
33
ObjectCreator = () => new global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person(),
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Name,
61
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Name = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
73
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>
78
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
80
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Child,
81
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Child = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Child", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person), global::System.Array.Empty<global::System.Type>(), null),
91
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>(options, info1);
93
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>
98
DeclaringType = typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person),
100
Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Parent,
101
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)obj).Parent = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person).GetProperty("Parent", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person), global::System.Array.Empty<global::System.Type>(), null),
111
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person>(options, info2);
118
private void PersonSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person? value)
128
writer.WriteString(PropName_Name, ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)value).Name);
130
PersonSerializeHandler(writer, ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)value).Child);
132
PersonSerializeHandler(writer, ((global::Microsoft.AspNetCore.Mvc.Formatters.
SystemTextJsonOutputFormatterTest
.Person)value).Parent);