在保存游戏进度之前,系统会将玩家数据序列化。

The system serializes player data before saving the game progress.

点击显示答案

The system serializes player data before saving the game progress.

serializes 是动词 serialize 的第三人称单数形式。serialize 由词根 serial(序列的)加上动词后缀 -ize 构成,意思是"将数据按顺序排列并转换成可存储或传输的格式",即"序列化"。在计算机领域特指将对象转换为字节流的过程。

在 App 中完整学习这张卡片

在 App 中学习