aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/serialize/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/glossary/serialize/index.html')
-rw-r--r--files/zh-cn/glossary/serialize/index.html1
1 files changed, 1 insertions, 0 deletions
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
---
<p>序列化(Serialization )意味着将 {{Glossary("object", "对象")}} 或某种其他类型的数据结构转换为可存储格式(例如,文件或 {{Glossary("buffer")}})。</p>