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:327

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

Parameters

this

Store

record

unknown

options?

SerializerOptions

Returns

unknown

Released under the MIT License.