MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / serialize

Function serialize

packages/webpack/src/Utils.ts:84–86  ·  view source on GitHub ↗
(obj, context)

Source from the content-addressed store, hash-verified

82export function makeDependencySerializable(webPackWithAlphaTab: webPackWithAlphaTab, dependency: any, key: string) {
83 webPackWithAlphaTab.webpack.util.serialization.register(dependency, key, null, {
84 serialize(obj, context) {
85 obj.serialize(context);
86 },
87 deserialize(context) {
88 if (typeof dependency.deserialize === 'function') {
89 return dependency.deserialize(context);

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.65

Tested by

no test coverage detected