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
Learn more about: Serialization: Serialization vs. Database Input/Output
title
Serialization: Serialization vs. Database Input-Output
ms.date
11/04/2016
helpviewer_keywords
database applications [MFC], file I/O vs. serialization
serialization [MFC], vs. database I/O
I/O [MFC], vs. serialization
databases [MFC], input/output handling
ms.assetid
f1d23d77-4761-4a52-a7ea-54fc92d347ea
Serialization: Serialization vs. Database Input/Output
This article explains when to use document objects and serialization for file-based input/output (I/O) and when other I/O techniques are appropriate — because the application reads and writes data on a per-transaction basis, as in database applications. If you don't use serialization, you also won't need the File Open, Save, and Save As commands. Topics covered include: