Skip to content

Commit

Permalink
Merge pull request #45 from zenuo/master
Browse files Browse the repository at this point in the history
删除一个多余的右括号
  • Loading branch information
Vonng authored Nov 26, 2019
2 parents 955d524 + f4cccd4 commit 69d843f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch4.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

[^i]: 除一些特殊情况外,例如某些内存映射文件或直接在压缩数据上操作(如“[列压缩](ch4.md#列压缩)”中所述)。

所以,需要在两种表示之间进行某种类型的翻译。 从内存中表示到字节序列的转换称为**编码(Encoding)**(也称为**序列化(serialization)****编组(marshalling)**),反过来称为**解码(Decoding)**[^ii]**解析(Parsing)****反序列化(deserialization)****反编组() unmarshalling)**[^译i]
所以,需要在两种表示之间进行某种类型的翻译。 从内存中表示到字节序列的转换称为**编码(Encoding)**(也称为**序列化(serialization)****编组(marshalling)**),反过来称为**解码(Decoding)**[^ii]**解析(Parsing)****反序列化(deserialization)****反编组( unmarshalling)**[^译i]

[^ii]: 请注意,**编码(encode)****加密(encryption)**无关。 本书不讨论加密。
[^译i]: Marshal与Serialization的区别:Marshal不仅传输对象的状态,而且会一起传输对象的方法(相关代码)。
Expand Down

0 comments on commit 69d843f

Please # to comment.