As a result, the code to serialize an object varies by Smalltalk implementation.
From the en.wikipedia.org
There are several ways in Squeak Smalltalk to serialize and store objects.
From the en.wikipedia.org
He wasn't going to serialize this one, but put it all in one issue.
From the latimes.com
He plans to serialize it on his website, then sell print copies.
From the charlotteobserver.com
Although the Review did not often publish fiction, it did serialize The Ambassadors by Henry James.
From the en.wikipedia.org
If he wants to put them in subway cars or serialize them in a magazine or pass them out in schools, he can.
From the latimes.com
Nowlan approached John Dille, who saw the opportunity to serialize the stories as a newspaper comic strip.
From the en.wikipedia.org
Instead, an encoding scheme is used to serialize a sequence of code points into a sequence of bytes.
From the en.wikipedia.org
Wenner offered Wolfe around $200,000 to serialize his work.
From the en.wikipedia.org
More examples
Arrange serially; "Serialize the numbers"
(serialization) publication in serial form
In computer science, in the context of data storage and transmission, serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer, or transmitted across a network connection link to be "resurrected" later in ...
(Serializable (databases)) In concurrency control of databases, transaction processing (transaction management), and various transactional applications, both centralized and distributed, a transaction schedule (history) is serializable, has the SerializabilityPhilip A. ...
(Serialization (literature)) The term "serial" refers to the intrinsic property of a - namely, its order. ...
To convert an object into a sequence of bytes that can later be converted back into an object with equivalent properties; To write a television program, novel, or other form of entertainment as a sequence of shorter works with a common story
(serializable) (with a small ''s'')- the property of being able to be save and restore state, e.g., to allow persistent object states across application sessions, network connections, etc.
(serialization) Putting a fancy data structure into linear order so that it can be stored as a string in a disk file or database or sent through a pipe. Also called marshalling.
(serialization) The encoding of objects, and the objects reachable from them, into a stream of bytes and the complementary reconstruction of the object graph from the stream.