Serialise


verb (used with object), serialized, serializing.
1.
to publish in serial form.
2.
to broadcast, televise, or film in serial form.
verb
1.
(transitive) to publish or present in the form of a serial
programming
To represent an arbitrarily complex data structure in a location-independent way so that it can be communicated or stored elsewhere.
For example, an object representing a time, with attributes for year, month, timezone, etc., could be serialised as the string “2002-02-24T14:33:52-0800”, or an XML element “”, or as a binary string.
As well as providing an external data representation (e.g. representing an integer as a string of ASCII digits) and marshalling components into a single block of data, a serialisation algorithm needs to follow pointers to include objects referred to by the initial object. This is further complicated by the possible presence of cycles in the object graph.
It should be possible to store the serialised representation on disk, or transmit it across a network, and then restore it as an object (graph) that is the same as the original.
(2001-09-28)

Read Also:

  • Serialised

    verb (used with object), serialized, serializing. 1. to publish in serial form. 2. to broadcast, televise, or film in serial form. verb 1. (transitive) to publish or present in the form of a serial

  • Serialism

    noun 1. twelve-tone technique. noun 1. (in 20th-century music) the use of a sequence of notes in a definite order as a thematic basis for a composition and a source from which the musical material is derived See also twelve-tone

  • Serialization

    verb (used with object), serialized, serializing. 1. to publish in serial form. 2. to broadcast, televise, or film in serial form. verb 1. (transitive) to publish or present in the form of a serial

  • Serialize

    verb (used with object), serialized, serializing. 1. to publish in serial form. 2. to broadcast, televise, or film in serial form. verb 1. (transitive) to publish or present in the form of a serial serialise

  • Serial line

    communications Wires which connect two serial ports carrying serial data consisting of sequential bits represented by one of two voltages. A common electrical specification for the signals on a serial line is RS-423. (ftp://ftp.acorn.co.uk/pub/documents/appnotes/231-245/234.ps). (1995-02-02)


Disclaimer: Serialise definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.