Versions in this module Expand all Collapse all v0 v0.5.1 May 6, 2023 v0.5.0 Oct 10, 2020 v0.4.0 Dec 10, 2018 Changes in this version + var ErrWrongValueType = errors.New("protobuf: convert on wrong type value") + type Serializer struct + func NewSerializer() *Serializer + func (s *Serializer) Marshal(v interface{}) ([]byte, error) + func (s *Serializer) Unmarshal(data []byte, v interface{}) error