public function__construct(TransportInterface $transport) {
if (!class_exists('\\Google\\Protobuf\\Api')) {
thrownewRuntimeException('No protobuf implementation found (ext-protobuf or google/protobuf)');
}
$this->serializer = ProtobufSerializer::forTransport($this->transport);
}