# Functions
GetCodec gets a registered Codec by content-subtype, or nil if no Codec is registered for the content-subtype.
GzipDecode decode.
GzipEncode encoding.
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 format.
JSONGzipEncoding json and gzip.
JSONSnappyEncoding json format and snappy compression.
MsgPackEncoding msgpack format.