MCPcopy Create free account
hub / github.com/esengine/esengine / serialize

Method serialize

packages/editor-core/src/Plugin/EditorModule.ts:204–204  ·  view source on GitHub ↗

序列化数据 | Serialize data

(data: T)

Source from the content-addressed store, hash-verified

202 getSupportedType(): string;
203 /** 序列化数据 | Serialize data */
204 serialize(data: T): Uint8Array;
205 /** 反序列化数据 | Deserialize data */
206 deserialize(data: Uint8Array): T;
207}

Callers 15

handleCreatePrefabFunction · 0.65
ContentBrowserFunction · 0.65
handleRunInBrowserFunction · 0.65
handleRunOnDeviceFunction · 0.65
executeMethod · 0.65
serializeMethod · 0.65
setMethod · 0.65
serializeMethod · 0.65
serializeFunction · 0.65
createPrefabMethod · 0.65
serializeSceneDataMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected