<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.2.26159.112" />

System.Private.Windows.BinaryFormat.DeserializationOptions

sealed class DeserializationOptions
public bool SimpleAssemblyMatching { get; set; }

How exactly assembly names need to match for deserialization.

public StreamingContext StreamingContext { get; set; }

Streaming context.

Optional type ISerializationSurrogate provider.

public ITypeResolver TypeResolver { get; set; }

Type name binder.