to serialize
- verb
- /ˈsɪəriˌlaɪz/
- Specialized
- When the program serializes the object, it converts it into a byte stream for storage.
- serialized state
Examples
-
To analyze the core file, we use a tool that reads core using JSON.parse() and presents the serialized state for engineers to examine.
Academic text (2011) -
This implementation is robust to most runtime failures, but it still requires additional memory first to execute the dump code and to serialize the program state.
Academic text (2011) -
The next challenge is serializing circular objects.
Academic text (2011) -
JSON.stringify() does not support this for obvious reasons, so our implementation avoids this issue by pruning all circular references before serializing the debug object.
Academic text (2011) -
Upon serializing the MARC 21 record in an ISO 2709 string, the record is stored in the database and its contents are indexed using the Apache Lucene information retrieval library.
Academic text (2012) -
The application serializes user data into JSON format for easy transmission.
-
This method allows us to serialize complex data structures efficiently for network communication.
Synonyms
To change information into a special code a computer can read or to keep it secret
How Encoded
- Specialized
- Specialized
- Specialized
Surface Forms
Morphology
Etymology
The word serialize in computing uses the same root series and means to turn a data object into 'a series of bytes or text' so it can be stored or sent and later rebuilt.