The text of this article is not in this database — only its details are. Read it on the old site: Serializing and Deserializing an Object as Binary Data Using Binary Formatter ASP.NET C#
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Rodrigo Alarcón SantiniPosted Oct 26, 2021, 4:22 AM
Do NOT use BinaryFormatter!!!, as Microsoft said, it's insecure (Info: https://aka.ms/binaryFormatter), pick some other alternative!