class Protobuf::Message

def parse_from_string(string)

def parse_from_string(string)
  parse_from(StringIO.new(string))
end