@inheritDoc
InvalidUuidStringException
Overrides StringCodec::decode
public function decode(string $encodedUuid) : UuidInterface { $bytes = $this->getBytes($encodedUuid); return $this->getBuilder() ->build($this, $this->swapBytes($bytes)); }