3 references to Serialize
System.Text.Json (3)
System\Text\Json\Serialization\JsonSerializer.Write.Stream.cs (2)
83jsonTypeInfo.Serialize(utf8Json, value); 215jsonTypeInfo.Serialize(utf8Json, value);
System\Text\Json\Serialization\Metadata\JsonTypeInfoOfT.WriteHelpers.cs (1)
344=> Serialize(utf8Json, JsonSerializer.UnboxOnWrite<T>(rootValue), rootValue);