package
0.0.0-20240809011500-085f6154bf8b
Repository: https://github.com/skeletongo/cube.git
Documentation: pkg.go.dev

# Functions

GetEncoding 获取指定的编码器 返回编码器和是否存在.
NewEncoding 创建编码管理器.
SetByteOrder 修改字节序,默认小端序.
SetDefaultEncodeType 修改默认编码类型,默认 encoding/gob 编码.
TypeTest 根据消息类型判断使用什么编码方式.

# 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
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Binary 二进制编码.
Encoding 编码管理器.
Gob encoding/gob.
GPB Google's protocol.
JSON json编码.
No description provided by the author

# Interfaces

EncDecoder 应用层数据序列化方式.

# Type aliases

EncodeType 编码器类型.