DS.Serializer#normalize()

normalize (typeClass, hash) Object

Defined in addon/serializer.js:73

The normalize method is used to convert a payload received from your external data source into the normalized form store.push() expects. You should override this method, munge the hash and return the normalized payload.

Parameters:

typeClass DS.Model
hash Object

Returns:

Object
doc_EmberJs
2016-11-30 16:50:39
Comments
Leave a Comment

Please login to continue.