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

Method serialize

lib/container/FallbackDependency.js:46–49  ·  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

44 * @param {ObjectSerializerContext} context context
45 */
46 serialize(context) {
47 context.write(this.requests);
48 super.serialize(context);
49 }
50
51 /**
52 * Restores this instance from the provided deserializer context.

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected