아무 단어나 입력하세요!

"serialize" in Chinese (Traditional)

序列化

Definition

將某物排列或轉換成一個序列或順序,尤其是資料,以便儲存或傳輸。在電腦領域,通常指將物件或資料轉換成易於保存或傳送的格式。

Usage Notes (Chinese (Traditional))

主要用於技術或電腦領域。常見用法如「序列化資料」、「序列化物件」。相反詞為「反序列化」。日常對話中很少用,主要見於程式設計或技術文獻。

Examples

You need to serialize the data before saving it to a file.

在將資料保存到檔案之前,你需要先**序列化**它。

The program can serialize any object into JSON format.

該程式可以將任何物件**序列化**為JSON格式。

How do you serialize this list in Python?

你如何在Python中**序列化**這個列表?

We had to serialize the user's session data to share it between servers.

我們必須**序列化**使用者的會話資料,以便在伺服器之間共享。

If you don't serialize the object, it won't transmit over the network properly.

如果你不**序列化**物件,它無法在網路上傳輸。

The team wrote custom code to serialize complex data structures.

團隊編寫了自訂程式碼來**序列化**複雜的資料結構。