Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
export
interface
Serialization<K = IPublicTypeNodeSchema, T = string> {
9
serialize(data: K): T;
10
unserialize(data: T): K;
11
}
12
Callers
1
constructor
Method · 0.65
Implementers
1
History
packages/designer/src/document/history
Calls
no outgoing calls
Tested by
no test coverage detected