Proxies all method calls to the original serializer.
public function __call(string $method, array $arguments) : mixed { return $this->serializer ->{$method}(...$arguments); }