Always have a error
Uncaught exception 'ProtocolBuffersInvalidProtocolBufferException' with message 'passed variable contains malformed byte sequence. or it contains unsupported tag
Tried to test serialize/parse
$request = new BidRequest();
$request->setId('111');
$code = $request->serializeToString();
$response = $request->parseFromString($this->data);
And still not working, why?