Data serialisation

From XPUB & Lens-Based wiki
Revision as of 11:45, 14 January 2014 by Michael Murtaugh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The process of turning a data structure (often represented in the computer's memory) into a stream of data suitable for saving in a file, or for transmission over a network. This stream may be either text or binary data. The word "serial" refers simply to the fact that the data is ordered linearly for the purposes of writing.