"serialize" in Chinese (Simplified)
序列化
Definition
将某物排列或转换成一个序列或顺序,尤其是数据,以便存储或传输。在计算机领域,通常指将对象或数据转换成易于保存或发送的格式。
Usage Notes (Chinese (Simplified))
主要用于技术或计算机领域。常见说法如“序列化数据”,“序列化对象”。反义为“反序列化”。日常生活几乎不用,主要见于编程或技术文章。
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.
团队编写了自定义代码来**序列化**复杂的数据结构。