Versions in this module Expand all Collapse all v0 v0.1.0 Aug 14, 2020 Changes in this version + type BinaryCodec struct + func (b *BinaryCodec) Marshal(v interface{}) ([]byte, error) + func (b *BinaryCodec) MimeType() string + func (b *BinaryCodec) Name() string + func (b *BinaryCodec) Unmarshal(data []byte, v interface{}) error