//
pkg.gl
Category
github.com/zlyuancn/zcache
codec
package
1.0.7
Repository:
https://github.com/zlyuancn/zcache.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
90 SLOC
#
Variables
Byte
不进行编解码, 编码解码都直接返回原始数据, 原始数据必须为[]byte或*[]byte或string或.
DefaultCodec
默认的编解码器.
Json
使用go内置的json包进行编解码.
JsonIterator
使用第三方包json-iterator进行编解码.
MsgPack
MsgPack.
ProtoBuffer
ProtoBuffer.