MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / serialize

Method serialize

packages/designer/src/document/history.ts:9–9  ·  view source on GitHub ↗
(data: K)

Source from the content-addressed store, hash-verified

7
8export interface Serialization<K = IPublicTypeNodeSchema, T = string> {
9 serialize(data: K): T;
10 unserialize(data: T): K;
11}
12

Callers 1

constructorMethod · 0.65

Implementers 1

Historypackages/designer/src/document/history

Calls

no outgoing calls

Tested by

no test coverage detected