BinaryFormatter has been deprecated in newer versions of .NET Framework due to security concerns.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/5.0/binaryformatter-serialization-obsolete
Recommend updating newer code to use MessagePack for binary serialization. https://learn.microsoft.com/en-us/dotnet/standard/serialization/binaryformatter-migration-guide/migrate-to-messagepack
A "conversion helper" will be needed to upgrade the existing Library Files to use MessagePack.
BinaryFormatter has been deprecated in newer versions of .NET Framework due to security concerns.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/5.0/binaryformatter-serialization-obsolete
Recommend updating newer code to use MessagePack for binary serialization. https://learn.microsoft.com/en-us/dotnet/standard/serialization/binaryformatter-migration-guide/migrate-to-messagepack
A "conversion helper" will be needed to upgrade the existing Library Files to use MessagePack.