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

Method serialize

lib/AsyncDependenciesBlock.js:95–101  ·  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

93 * @param {ObjectSerializerContext} context context
94 */
95 serialize(context) {
96 const { write } = context;
97 write(this.groupOptions);
98 write(this.loc);
99 write(this.request);
100 super.serialize(context);
101 }
102
103 /**
104 * Restores this instance from the provided deserializer context.

Callers

nothing calls this directly

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected