Skip to content

Tech Update - BinaryFormatter Deprecated #34

Description

@Raven0282

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.

Metadata

Metadata

Assignees

Labels

tech updateTechnology has advanced and certain features need to be updated to compliant code

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions