Versions in this module Expand all Collapse all v0 v0.1.1 May 5, 2026 Changes in this version + type ProtoJSONCodec struct + func NewProtoJSONCodec() *ProtoJSONCodec + func (c *ProtoJSONCodec) Marshal(msg any) ([]byte, error) + func (c *ProtoJSONCodec) Name() string + func (c *ProtoJSONCodec) Unmarshal(data []byte, msg any) error