Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/andywer/threads.js
/ deserialize
Method
deserialize
src/serializers.ts:4–4 ·
view source on GitHub ↗
(message: Msg)
Source
from the content-addressed store, hash-verified
2
3
export
interface
Serializer<Msg = JsonSerializable, Input = any> {
4
deserialize(message: Msg): Input
5
serialize(input: Input): Msg
6
}
7
Callers
2
deserialize
Function · 0.65
deserialize
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected