Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2021 v0 v0.1.0 Feb 3, 2021 Changes in this version + func Register(s Serializer) + func Serializers() []string + type Serializer interface + Marshal func(v interface{}) ([]byte, error) + Name func() string + Unmarshal func(d []byte, v interface{}) error + func FromName(s string) (Serializer, error)