Versions in this module Expand all Collapse all v0 v0.3.2 May 2, 2022 Changes in this version + func Compare(a reflect.Value, b reflect.Value) int + func Deserialize(s interface{}, data []byte) error + func Serialize(s interface{}) ([]byte, error) + type Decoder struct + func NewDecoder(r io.Reader) *Decoder + func (d *Decoder) Close() error + func (d *Decoder) Decode(s interface{}) error + type Encoder struct + func NewEncoder(w io.Writer) *Encoder + func (e *Encoder) Close() error + func (e *Encoder) Encode(s interface{}) error + type Enum uint8