"serializes" in Chinese (Traditional)
序列化
Definition
將資料或物件轉換為便於儲存或傳輸的格式,通常轉換為位元組序列或字串。
Usage Notes (Chinese (Traditional))
主要用於技術、程式設計及電腦領域。常見用語有「序列化物件」、「系統將資料序列化」。日常對話中極少使用。
Examples
The system serializes the data before saving it.
系統在儲存資料之前會先將其**序列化**。
This program serializes objects for online transfer.
此程式會**序列化**物件以進行線上傳輸。
A function serializes a list into a string.
一個函式會將列表**序列化**成字串。
Whenever you save a game, it serializes your progress to the disk.
每次你存檔遊戲時,遊戲都會將你的進度**序列化**到磁碟裡。
The server serializes the user profile before sharing it with another system.
伺服器在和其他系統共享用戶資料之前會先**序列化**。
He always serializes data to JSON when building APIs.
他在開發 API 時總是將資料**序列化**成 JSON。