mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-11-13 09:16:10 +08:00
翻译11.12部分内容
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 用 Gob 传输数据
|
||||
# 12.11 用 Gob 传输数据
|
||||
|
||||
Gob 是 Go 自己的以二进制形式序列化和反序列化程序数据的格式;可以在 `encoding` 包中找到。这种格式的数据简称为 Gob (即 Go binary 的缩写)。类似于 Python 的 "pickle" 和 Java 的 "Serialization"。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user