Versions in this module Expand all Collapse all v0 v0.1.3 Feb 2, 2024 v0.1.2 Jan 18, 2024 v0.1.1 Jan 18, 2024 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