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?
Returns
unknown