OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - Binary Serialization
Duration: 18:15 min
Description:
Serialization is the process of persisting an object into a storage medium. In this
video, I am going to demonstrate how to serialize a Document object to a file using
the BinaryFormatter. With BinaryFormatter the whole content of the object is persisted,
that includes public and private content. If saving private fields is a concern, then
see the next video on XML serialization.