class Protobuf::Message

def decode(string)

Decode the given string bytes into this object.
def decode(string)
  decode_from(::StringIO.new(string))
end