public function __construct(?ProtobufSerializer $serializer = null) { $this->serializer = $serializer ?? ProtobufSerializer::getDefault(); }