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

Method serialize

lib/serialization/BinaryMiddleware.js:679–681  ·  view source on GitHub ↗

* Serializes this instance into the provided serializer context. * @param {DeserializedType} data data * @param {Context} context context object * @returns {SerializedType | Promise<SerializedType> | null} serialized data

(data, context)

Source from the content-addressed store, hash-verified

677 * @returns {SerializedType | Promise<SerializedType> | null} serialized data
678 */
679 serialize(data, context) {
680 return this._serialize(data, context);
681 }
682
683 /**
684 * Returns new lazy.

Callers

nothing calls this directly

Calls 1

_serializeMethod · 0.95

Tested by

no test coverage detected