Versions in this module Expand all Collapse all v0 v0.4.1 Oct 22, 2018 v0.4.0 Sep 14, 2018 v0.3.0 Oct 30, 2017 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