You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BinaryFormatter has been deprecated, and will no longer be available in .NET after November 2023.
I've heard comments on stackoverflow saying that: "Using BinaryFormatter as a hack to create a deep clone for an object. That's still a hack and can easily end up producing bad copies".
Should you update Utils.cs?
The text was updated successfully, but these errors were encountered:
BinaryFormatter has been deprecated, and will no longer be available in .NET after November 2023.
I've heard comments on stackoverflow saying that: "Using BinaryFormatter as a hack to create a deep clone for an object. That's still a hack and can easily end up producing bad copies".
Should you update Utils.cs?
The text was updated successfully, but these errors were encountered: