[Home]Serialization

HomePage | Recent Changes | Preferences

Showing revision 1
In computer programming, serialization means to render a piece of data (such as an object) into a byte stream. Typically, this format is used for persistent storage, or for transmission to another program across a network. The serialized data is parsed by the receiving program to reconstruct an in-memory copy of the data.

Starting in the late 1990s, the XML standard has become a popular and widely supported means of data serialization into text. Because of it's flexible syntax, it is possible to represent a wide variety of data structures.


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited October 16, 2001 7:58 am by The ansible (diff)
Search: