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

Method serialize

lib/ExportsInfo.js:105–111  ·  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

103 * @param {ObjectSerializerContext} context context
104 */
105 serialize(context) {
106 context
107 .write(this.exports)
108 .write(this.otherProvided)
109 .write(this.otherCanMangleProvide)
110 .write(this.otherTerminalBinding);
111 }
112
113 /**
114 * Restores this instance from the provided deserializer context.

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected