Versions in this module Expand all Collapse all v0 v0.0.2 Feb 11, 2021 v0.0.1 Jan 4, 2021 Changes in this version + var Name = "bytes" + type ByteCodec struct + func (c ByteCodec) Decode(data []byte, i interface{}) error + func (c ByteCodec) Encode(i interface{}) ([]byte, error) + func (c ByteCodec) Name() string