<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.1.25451.107" />

IJsonData

interface IJsonData
Represents an object that contains JSON serialized data. This interface is used to identify a JsonData<T> without needing to have the generic type information.
public const string CustomAssemblyName = "System.Private.Windows.VirtualJson"

The assembly qualified name of the T in JsonData<T>. This name should have any TypeForwardedFromAttribute names taken into account.

byte[] JsonBytes { get; set; }

object Deserialize()

Deserializes the data stored in the JsonData. This is a convenience method to deserialize the data when we are not dealing with a binary formatted record.