3 references to WriteElementAsObject
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (3)
55
return
WriteElementAsObject
(value, jsonTypeInfo);
99
return
WriteElementAsObject
(value, jsonTypeInfo);
129
return
WriteElementAsObject
(value, typeInfo);