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

System.Private.Windows.Nrbf.INrbfSerializer

interface INrbfSerializer

Returns true if the type is fully supported by the serializer.

bool TryBindToType(TypeName typeName, out Type type)

Tries to bind the given type name to a supported type.

bool TryGetObject(SerializationRecord record, out object value)

Tries to read supported objects from a SerializationRecord.

bool TryWriteObject(Stream stream, object value)

Tries to write supported objects to a stream.