DS.Store#serialize()

serialize (record, options) private

Defined in addon/-private/system/store.js:250

Returns a JSON representation of the record using a custom type-specific serializer, if one exists.

The available options are:

  • includeId: true if the record's ID should be included in the JSON representation

Parameters:

record DS.Model
the record to serialize
options Object
an options hash
doc_EmberJs
2016-11-30 16:50:56
Comments
Leave a Comment

Please login to continue.