serialize
serialize — verb
- serializepresent simple I / you / we / they
- serializeshe / she / it
- serializedpast simple
- serializing-ing form
1. In computing, to turn data or a software object into a form that can be saved, s
In computing, to turn data or a software object into a form that can be saved, sent, and built again later.
Gabriel serialized the shopping cart before saving it in the app's cache.
serialize + object before saving
The server serializes each user profile into JSON before sending it to the browser.
serialize + object + into JSON
Tanvi forgot to serialize the game state, so yesterday's progress disappeared.
Before the message left the queue, Feng serialized the payment details into bytes.
- encode
Broader; it can mean changing information into any coded form, not necessarily one meant for later reconstruction.
- convert
More general; it does not by itself imply saving or restoring structured data.
- format
Often refers to arranging data for a particular output or layout, not packaging an object for storage or transfer.
- deserialize
To rebuild stored or transmitted data into its original structured form.
文法句型
serialize + data/object/state
serialize + object + into + JSON/bytes/string
serialize + before + -ing
用法筆記
Common in software work. The object is usually data, a file, an object, or an application state, and the result is often named with 'into JSON', 'into bytes', or a similar format phrase. Distinguish from Sense 3, which is about putting things into order rather than changing their form.
常見錯誤
2. To release a story or similar work bit by bit, so each part appears separately i
To release a story or similar work bit by bit, so each part appears separately in print or on radio, television, or another channel.
The newspaper serialized the travel memoir over eight Sunday issues.
serialize + work + over issues
A radio station serialized the detective story during the summer holiday.
radio station serialized + story
Before printing the full novel, the magazine serialized two chapters each month.
Caleb saw the children's comic serialized on a school website last year.
文法句型
serialize + novel/story/comic
serialize + over + number + issues/episodes
be serialized + in/on/by + medium
用法筆記
Used for novels, comics, memoirs, dramas, and similar works that appear piece by piece over time. Unlike the broader verb 'publish', this sense requires the work to be split into separate parts.
常見錯誤
3. To put separate items into a fixed order so they form a series.
To put separate items into a fixed order so they form a series.
The archivist serialized the letters by year before the museum display opened.
serialize + items by year
Nkechi serialized the survey forms so the auditors could review them in order.
The warehouse manager serialized the boxes by route to speed up loading.
Harper serialized the interview clips into a clear timeline for the documentary team.
- jumble
To mix items without keeping them in a clear order.
文法句型
serialize + items + by + criterion
serialize + list/group
serialize + into + order
用法筆記
Mostly formal or technical. The object is a set of items that needs a clear sequence, often with a phrase such as 'by date' or 'by route'. Distinguish from Sense 1, where data is converted into a storable format rather than arranged in order.