From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/zh-cn/glossary/serialize/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'files/zh-cn/glossary/serialize') diff --git a/files/zh-cn/glossary/serialize/index.html b/files/zh-cn/glossary/serialize/index.html index d7ffde0a12..8405434f3e 100644 --- a/files/zh-cn/glossary/serialize/index.html +++ b/files/zh-cn/glossary/serialize/index.html @@ -6,6 +6,7 @@ tags: - JavaScript - Serialize translation_of: Glossary/Serialization +translation_of_original: Glossary/Serialize ---

序列化(Serialization )意味着将 {{Glossary("object", "对象")}} 或某种其他类型的数据结构转换为可存储格式(例如,文件或 {{Glossary("buffer")}})。

-- cgit v1.2.3-54-g00ecf