Overrides StringCodec::decodeBytes
public function decodeBytes(string $bytes) : UuidInterface { // Specifically call parent::decode to preserve correct byte order return parent::decode(bin2hex($bytes)); }