Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / TranscriptSerializationHook

Interface: TranscriptSerializationHook

Defined in: packages/core/src/l0/serialization.ts:35

Methods

fromStored()

ts
fromStored(ref, blob): Bytes;

Defined in: packages/core/src/l0/serialization.ts:39

Applied at get; MUST be symmetric with toStored.

Parameters

ParameterType
refstring
blobBytes

Returns

Bytes


toStored()

ts
toStored(ref, blob): Bytes;

Defined in: packages/core/src/l0/serialization.ts:37

Applied at put.

Parameters

ParameterType
refstring
blobBytes

Returns

Bytes