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

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

"use strict";

class ArraySerializer {
	serialize(array, { write }) {
		write(array.length);
		for (const item of array) write(item);
	}
	deserialize({ read }) {
		const length = read();
		const array = [];
		for (let i = 0; i < length; i++) {
			array.push(read());
		}
		return array;
	}
}

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