Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/andywer/threads.js
/ serialize
Function
serialize
src/serializers.ts:25–27 ·
view source on GitHub ↗
(input: InputType)
Source
from the content-addressed store, hash-verified
23
},
24
25
serialize(input: InputType): MessageType {
26
return
implementation.serialize(input, fallbackSerializer)
27
}
28
}
29
}
30
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.65
Tested by
no test coverage detected