Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2016 Changes in this version + func Unmarshal(r io.Reader, pb proto.Message) error + func UnmarshalString(str string, pb proto.Message) error + type Marshaler struct + EnumsAsInts bool + Indent string + func (m *Marshaler) Marshal(out io.Writer, pb proto.Message) error + func (m *Marshaler) MarshalToString(pb proto.Message) (string, error)