Data serialisation

From XPUB & Lens-Based wiki
Revision as of 11:44, 14 January 2014 by Michael Murtaugh (talk | contribs) (Created page with "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. T...")
(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.