# Packages
No description provided by the author
# Functions
Get 通过编解码器的id获取编解码器对象.
GetByName 通过编解码器的名字获取编解码器对象.
Marshal 使用指定编解码器编码.
No description provided by the author
No description provided by the author
Reg 注册编解码器到容器.
Unmarshal 使用指定编解码器解码.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NilCodecID 空的编解码器id.
NilCodecName 空的编解码器名称.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
PbEmptyStruct 如果需要编码nil 或者struct,则不能编码,使用空的.
# Structs
FormCodec url encode codec.
No description provided by the author
No description provided by the author
PlainCodec plain text codec.
No description provided by the author
No description provided by the author
# Interfaces
Codec 消息内容的编解码器.