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