"serializes" in Chinese (Simplified)
序列化
Definition
将数据或对象转换为易于存储或传输的格式,通常转换成字节序列或字符串。
Usage Notes (Chinese (Simplified))
主要用于技术、编程和计算机领域。常见搭配有“序列化对象”、“系统序列化数据”。日常生活中很少用。
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。