package
Version:
v0.0.0-...-51fbea3
Opens a new window with list of versions in this module.
Published: Sep 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Serializer interface {
Serialize() ([]byte, error)
}
Serializer 是一个定义了 Serialize 方法的接口,该接口期待一个能够代表“身份”的结构体,
可以实现 Serialize 方法,从而将“身份”结构体序列化成一个字节数组。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.