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