Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2022 Changes in this version + func Register(value interface{}) + func RegisterName(name string, value interface{}) + type CommonType struct + Id typeId + Name string + type Decoder struct + func NewDecoder(r io.Reader) *Decoder + func (dec *Decoder) Decode(e interface{}) error + func (dec *Decoder) DecodeValue(v reflect.Value) error + type Encoder struct + func NewEncoder(w io.Writer) *Encoder + func (enc *Encoder) Encode(e interface{}) error + func (enc *Encoder) EncodeValue(value reflect.Value) error + type GobDecoder interface + GobDecode func([]byte) error + type GobEncoder interface + GobEncode func() ([]byte, error)