MCPcopy
hub / github.com/webpack/webpack / serialize

Method serialize

lib/container/ContainerEntryModule.js:290–293  ·  view source on GitHub ↗

* Serializes this instance into the provided serializer context. * @param {ObjectSerializerContext} context context

(context)

Source from the content-addressed store, hash-verified

288 * @param {ObjectSerializerContext} context context
289 */
290 serialize(context) {
291 context.write(this._name).write(this._exposes).write(this._shareScope);
292 super.serialize(context);
293 }
294
295 /**
296 * Restores this instance from the provided deserializer context.

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected