# Functions
GetCodec gets a registered Codec by content-subtype, or nil if no Codec is registered for the content-subtype.
GzipDecode 解码.
GzipEncode 编码.
Marshal encode data.
RegisterCodec registers the provided Codec for use with all transport clients and servers.
Unmarshal decode data.
# Variables
ErrNotAPointer .
# Structs
GobEncoding gob encode.
JSONEncoding json格式.
JSONGzipEncoding json and gzip.
JSONSnappyEncoding json格式和snappy压缩.
MsgPackEncoding msgpack 格式.