type codec … func (c *codec) Marshal(v interface{ … } func (c *codec) Unmarshal(data []byte, v interface{ … } func (c *codec) String() string { … }
type codec … func (c *codec) Marshal(v interface{ … } func (c *codec) Unmarshal(data []byte, v interface{ … } func (c *codec) String() string { … }