Converts the UUID to a string for PHP serialization
public function serialize() : string { return $this->codec ->encode($this); }