serialize
serialize — 動詞
- 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.
Gabriel 在把購物車存進應用程式快取前,先把它序列化了。
serialize + object before saving
The server serializes each user profile into JSON before sending it to the browser.
伺服器會先把每個使用者設定檔序列化成 JSON,再送到瀏覽器。
serialize + object + into JSON
Tanvi forgot to serialize the game state, so yesterday's progress disappeared.
Tanvi 忘了把遊戲狀態序列化,所以昨天的進度就消失了。
Before the message left the queue, Feng serialized the payment details into bytes.
在訊息離開佇列前,Feng 先把付款資料序列化成位元組。
- 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.
Caleb 去年在學校網站上看到那部兒童漫畫被連載。
文法句型
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.
Nkechi 把問卷依序排列,好讓稽核人員能按順序查看。
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.
Harper 把訪談片段依序排成清楚的時間線,交給紀錄片團隊。
- 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.