serialize

IPA/ˈsɪəriəlaɪz/
KK[sˈɪrˌiəlˌaɪz]IPA/ˈsɪriəlaɪz/

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

1.動詞及物C1
釋義

序列化

把資料轉成可儲存或傳送的格式

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

同義詞
  • 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.

常見錯誤

The app serialized with JSON before upload.
The app serialized the order into JSON before upload.
💡'serialize' normally takes the data as its object, and the format comes after 'into'.

2. To release a story or similar work bit by bit, so each part appears separately i

2.動詞及物C1
釋義

連載;連播

把作品分成多段刊登或播出

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

同義詞
  • publish

    Broader; a work can be published all at once, without being divided into parts.

  • broadcast

    Fits radio or television only; it does not cover magazines or newspapers.

  • run

    Informal for printing a story in a newspaper or magazine over several issues.

文法句型

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.

常見錯誤

The publisher serialized the book in one weekend sale.
The publisher published the book in one weekend sale.
💡'serialize' means issue the work in parts, not release it all at once.

3. To put separate items into a fixed order so they form a series.

3.動詞及物C1
釋義

依序排列

把各項目按固定次序排成一列

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 把問卷依序排列,好讓稽核人員能按順序查看。

同義詞
  • arrange

    Broader everyday verb for putting things in a chosen order or position.

  • order

    Emphasises placing items in the right sequence, often without the formal tone of 'serialize'.

  • sequence

    Often used when the order itself is the main focus or result.

反義詞
  • 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.