C# Edge 166 Serialization 2 Serialization

Опубликовано: 10 Май 2026
на канале: cyborgmagus
349
3

http://cyborgmaguscsharpedge.com/ has all my video tutorials usually with source code in
an organized cyber-library. In this video we learn how to actually serialize data in memory to a binary data file. The Serializable attribute, BinaryFormater class, and FileStream class are used to implement this process which, dispite it's seeming
complexity, is really only one call to one method.
   • C# Edge 166   Serialization 2   Serialization