package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Dec 24, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 18
Opens a new window with list of known importers.
Documentation
¶
Package codec
@author: xwc1125
Package codec ¶
@author: xwc1125
Package codec ¶
@author: xwc1125
func RegisterCodec(_codec Codec)
RegisterCodec 注册编解码器
type Decoder interface {
Decode(data []byte, structPrt interface{}) error
}
Decoder 解码器
type Deserializer interface {
Deserialize(d []byte) error
}
Deserializer 反序列化
type Encoder interface {
Encode(v interface{}) ([]byte, error)
}
Encoder 编码器
type Serializer interface {
Serialize() ([]byte, error)
}
Serializer 序列化
Source Files
¶
Directories
¶
Package json @author: xwc1125
|
Package json @author: xwc1125 |
Package rlp @author: xwc1125 Package rlp implements the RLP serialization format.
|
Package rlp @author: xwc1125 Package rlp implements the RLP serialization format. |
Click to show internal directories.
Click to hide internal directories.