Versions in this module Expand all Collapse all v1 v1.0.0 May 17, 2022 Changes in this version + type Encoder interface + Accept func() string + ContentType func() string + Decode func(r io.Reader, rcv interface{}) error + Encode func(i interface{}) (io.Reader, error) + EncodeTo func(w io.Writer, i interface{}) error