Overrides StringCodec::decodeBytes
public function decodeBytes(string $bytes) : UuidInterface { return $this->getBuilder() ->build($this, $this->swapBytes($bytes)); }