MCPcopy 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

3export interface Serializer<Msg = JsonSerializable, Input = any> {
4 deserialize(message: Msg): Input
5 serialize(input: Input): Msg
6}
7
8export interface SerializerImplementation<Msg = JsonSerializable, Input = any> {

Callers 2

serializeFunction · 0.65
serializeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected