Versions in this module Expand all Collapse all v1 v1.0.2 Aug 2, 2022 v1.0.1 Aug 2, 2022 v1.0.0 Jul 29, 2022 Changes in this version + type Serializer struct + func NewSerializer() *Serializer + func (s *Serializer) Marshal(v interface{}) ([]byte, error) + func (s *Serializer) Unmarshal(data []byte, v interface{}) error