Skip to content
module@warp-drive/legacy/compat @legacy

Function serializeRecord()

ts
function serializeRecord(
   this, 
   record, 
   options?
): unknown;

Defined in: warp-drive-packages/legacy/src/compat.ts:328

Serializes a record using the store's legacy network layer, as with store.serializeRecord.

Parameters

this

Store$1

record

unknown

options?

SerializerOptions

Returns

unknown

Released under the MIT License.