Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrUnsupportedSerializer 不支持的序列化器类型 ErrUnsupportedSerializer = fmt.Errorf("unsupported serializer type") )
错误定义
Functions ¶
This section is empty.
Types ¶
type JSONSerializer ¶
type JSONSerializer struct{}
JSONSerializer JSON 序列化器
type MessagePackSerializer ¶
type MessagePackSerializer struct{}
MessagePackSerializer MessagePack 序列化器
Click to show internal directories.
Click to hide internal directories.