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/NullPrototypeObjectSerializer.js

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

"use strict";

class NullPrototypeObjectSerializer {
	serialize(obj, { write }) {
		const keys = Object.keys(obj);
		for (const key of keys) {
			write(key);
		}
		write(null);
		for (const key of keys) {
			write(obj[key]);
		}
	}
	deserialize({ read }) {
		const obj = Object.create(null);
		const keys = [];
		let key = read();
		while (key !== null) {
			keys.push(key);
			key = read();
		}
		for (const key of keys) {
			obj[key] = read();
		}
		return obj;
	}
}

module.exports = NullPrototypeObjectSerializer;
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