serialization
- noun
- /ˌsɪəriəlaɪˈzeɪʃən/
- Specialized
- A class should maintain its state even in case of serialization/de-serialization.
Yes, we are aware of the serialization process for Apple main boards.
- Yes, we are aware of the serialization process for Apple main boards.
Examples
-
In January 2009, Brazil passed a law mandating that drug manufacturers and distributors act on specific serialization and track-and-trace requirements, with a compliance deadline of January 2012.
Blog text (32) -
Since a serialization action costs approximately 12 clock cycles in the G5 processor, it must be avoided if possible.
Academic text (1999) -
Yes, we are aware of the serialization process for Apple main boards.
-
Thanks for pointing out the serialization issue.
Blog text (24) -
However, this serialization is now a rare occurrence and does not affect performance.
Academic text (1999) -
In the processor, serialization is defined as discarding partially executed instructions that have not yet completed and any instructions that may have been prefetched.
Academic text (1999) -
Django did, however, add serialization of objects to XML or JSON, a feature which definitely makes doing AJAX-style.
Blog text (7) -
"KijiSchema gives developers the ability to easily store both structured and unstructured data within HBase using Avro serialization.
Blog text (31) -
The process of serialization is essential in software development, enabling objects to be converted into a format that can be easily stored or transmitted.
-
When sending data over the internet, serialization transforms complex data structures into a format that can be reconstructed on the other end.
Synonyms
A way of changing information into a code for storing, sending, or keeping it secret
Organizing information into a set layout so a computer can read and store it
Surface Forms
Morphology
Etymology
The word serialization comes from the root serial, from series, meaning 'one after another'. In computing, serialization is the way of turning data or an object into a single ordered form you can send or store so it can be rebuilt later.