<PackageReference Include="System.Drawing.Common" Version="10.0.4" />

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.