Skip to content

Documentation / @ember-data/legacy-compat / index / serializeRecord

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

Defined in: index.ts:271

Parameters

this

default

record

unknown

options?

SerializerOptions

Returns

unknown

Released under the MIT License.