程序需要先将对象序列化才能存入数据库。

The program needs to serialize the object before storing it in the database.

点击显示答案

The program needs to serialize the object before storing it in the database.

serialize 是由名词 series(系列)加上动词后缀 -ize 构成的动词。series 来自拉丁语,意思是"系列、序列",-ize 表示"使...化"。serialize 字面意思是"使序列化",在计算机领域特指将对象转换为可以存储或传输的字节序列的过程。

在 App 中完整学习这张卡片

在 App 中学习