CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/node_modules/webpack/lib/serialization/
Upload File :
Current File : /var/www/hrms.uiet.co.in/node_modules/webpack/lib/serialization/SetObjectSerializer.js

/*
	MIT License http://www.opensource.org/licenses/mit-license.php
*/

"use strict";

class SetObjectSerializer {
	serialize(obj, { write }) {
		write(obj.size);
		for (const value of obj) {
			write(value);
		}
	}
	deserialize({ read }) {
		let size = read();
		const set = new Set();
		for (let i = 0; i < size; i++) {
			set.add(read());
		}
		return set;
	}
}

module.exports = SetObjectSerializer;
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY