@ember-data/serializer 5.5.0-alpha.2 → 5.5.0-alpha.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +19 -7
- package/README.md +16 -10
- package/addon-main.cjs +5 -0
- package/blueprints/serializer/index.js +71 -5
- package/blueprints/serializer-test/index.js +13 -7
- package/blueprints/serializer-test/qunit-files/__root__/__path__/__test__.js +8 -9
- package/blueprints/transform/index.js +14 -4
- package/blueprints/transform-test/index.js +13 -7
- package/blueprints/transform-test/qunit-files/__root__/__path__/__test__.js +3 -4
- package/dist/index.js +306 -0
- package/dist/index.js.map +1 -0
- package/{addon/json.js → dist/json-BwMH6O_R.js} +83 -63
- package/dist/json-BwMH6O_R.js.map +1 -0
- package/{addon → dist}/json-api.js +90 -188
- package/dist/json-api.js.map +1 -0
- package/dist/json.js +6 -0
- package/dist/json.js.map +1 -0
- package/dist/rest.js +1274 -0
- package/dist/rest.js.map +1 -0
- package/{addon/string-22572f80.js → dist/transform.js} +143 -20
- package/dist/transform.js.map +1 -0
- package/logos/NCC-1701-a-blue.svg +4 -0
- package/logos/NCC-1701-a-gold.svg +4 -0
- package/logos/NCC-1701-a-gold_100.svg +1 -0
- package/logos/NCC-1701-a-gold_base-64.txt +1 -0
- package/logos/NCC-1701-a.svg +4 -0
- package/logos/README.md +4 -0
- package/logos/docs-badge.svg +2 -0
- package/logos/github-header.svg +444 -0
- package/logos/social1.png +0 -0
- package/logos/social2.png +0 -0
- package/logos/warp-drive-logo-dark.svg +4 -0
- package/logos/warp-drive-logo-gold.svg +4 -0
- package/package.json +61 -45
- package/unstable-preview-types/-private/embedded-records-mixin.d.ts +102 -0
- package/unstable-preview-types/-private/embedded-records-mixin.d.ts.map +1 -0
- package/unstable-preview-types/-private/transforms/boolean.d.ts +52 -0
- package/unstable-preview-types/-private/transforms/boolean.d.ts.map +1 -0
- package/unstable-preview-types/-private/transforms/boolean.type-test.d.ts +4 -0
- package/unstable-preview-types/-private/transforms/boolean.type-test.d.ts.map +1 -0
- package/unstable-preview-types/-private/transforms/date.d.ts +33 -0
- package/unstable-preview-types/-private/transforms/date.d.ts.map +1 -0
- package/unstable-preview-types/-private/transforms/number.d.ts +34 -0
- package/unstable-preview-types/-private/transforms/number.d.ts.map +1 -0
- package/unstable-preview-types/-private/transforms/string.d.ts +34 -0
- package/unstable-preview-types/-private/transforms/string.d.ts.map +1 -0
- package/unstable-preview-types/-private/transforms/transform.d.ts +126 -0
- package/unstable-preview-types/-private/transforms/transform.d.ts.map +1 -0
- package/unstable-preview-types/-private/utils.d.ts +6 -0
- package/unstable-preview-types/-private/utils.d.ts.map +1 -0
- package/unstable-preview-types/index.d.ts +277 -0
- package/unstable-preview-types/index.d.ts.map +1 -0
- package/unstable-preview-types/json-api.d.ts +514 -0
- package/unstable-preview-types/json-api.d.ts.map +1 -0
- package/unstable-preview-types/json.d.ts +1093 -0
- package/unstable-preview-types/json.d.ts.map +1 -0
- package/unstable-preview-types/rest.d.ts +570 -0
- package/unstable-preview-types/rest.d.ts.map +1 -0
- package/unstable-preview-types/transform.d.ts +11 -0
- package/unstable-preview-types/transform.d.ts.map +1 -0
- package/addon/-private.js +0 -4
- package/addon/-private.js.map +0 -1
- package/addon/embedded-records-mixin-d75385ff.js +0 -575
- package/addon/embedded-records-mixin-d75385ff.js.map +0 -1
- package/addon/index.js +0 -180
- package/addon/index.js.map +0 -1
- package/addon/json-api.js.map +0 -1
- package/addon/json.js.map +0 -1
- package/addon/rest.js +0 -680
- package/addon/rest.js.map +0 -1
- package/addon/string-22572f80.js.map +0 -1
- package/addon/transform.js +0 -2
- package/addon/transform.js.map +0 -1
- package/addon/utils-075c5b79.js +0 -12
- package/addon/utils-075c5b79.js.map +0 -1
- package/addon-main.js +0 -93
- /package/{ember-data-logo-dark.svg → logos/ember-data-logo-dark.svg} +0 -0
- /package/{ember-data-logo-light.svg → logos/ember-data-logo-light.svg} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../node_modules/.pnpm/decorat_bfe8edbefc8aced6f61ce140cd72ecf2/node_modules/decorator-transforms/dist/runtime-BPCpkOf1.js","../src/index.ts"],"sourcesContent":["const deferred = /* @__PURE__ */ new WeakMap();\nfunction deferDecorator(proto, prop, desc) {\n let map = deferred.get(proto);\n if (!map) {\n map = /* @__PURE__ */ new Map();\n deferred.set(proto, map);\n }\n map.set(prop, desc);\n}\nfunction findDeferredDecorator(target, prop) {\n var _a;\n let cursor = target.prototype;\n while (cursor) {\n let desc = (_a = deferred.get(cursor)) == null ? void 0 : _a.get(prop);\n if (desc) {\n return desc;\n }\n cursor = cursor.prototype;\n }\n}\nfunction decorateFieldV1(target, prop, decorators, initializer) {\n return decorateFieldV2(target.prototype, prop, decorators, initializer);\n}\nfunction decorateFieldV2(prototype, prop, decorators, initializer) {\n let desc = {\n configurable: true,\n enumerable: true,\n writable: true,\n initializer: null\n };\n if (initializer) {\n desc.initializer = initializer;\n }\n for (let decorator of decorators) {\n desc = decorator(prototype, prop, desc) || desc;\n }\n if (desc.initializer === void 0) {\n Object.defineProperty(prototype, prop, desc);\n } else {\n deferDecorator(prototype, prop, desc);\n }\n}\nfunction decorateMethodV1({ prototype }, prop, decorators) {\n return decorateMethodV2(prototype, prop, decorators);\n}\nfunction decorateMethodV2(prototype, prop, decorators) {\n const origDesc = Object.getOwnPropertyDescriptor(prototype, prop);\n let desc = { ...origDesc };\n for (let decorator of decorators) {\n desc = decorator(prototype, prop, desc) || desc;\n }\n if (desc.initializer !== void 0) {\n desc.value = desc.initializer ? desc.initializer.call(prototype) : void 0;\n desc.initializer = void 0;\n }\n Object.defineProperty(prototype, prop, desc);\n}\nfunction initializeDeferredDecorator(target, prop) {\n let desc = findDeferredDecorator(target.constructor, prop);\n if (desc) {\n Object.defineProperty(target, prop, {\n enumerable: desc.enumerable,\n configurable: desc.configurable,\n writable: desc.writable,\n value: desc.initializer ? desc.initializer.call(target) : void 0\n });\n }\n}\nfunction decorateClass(target, decorators) {\n return decorators.reduce(\n (accum, decorator) => decorator(accum) || accum,\n target\n );\n}\nfunction decoratePOJO(pojo, decorated) {\n for (let [type, prop, decorators] of decorated) {\n if (type === \"field\") {\n decoratePojoField(pojo, prop, decorators);\n } else {\n decorateMethodV2(pojo, prop, decorators);\n }\n }\n return pojo;\n}\nfunction decoratePojoField(pojo, prop, decorators) {\n let desc = {\n configurable: true,\n enumerable: true,\n writable: true,\n initializer: () => {\n var _a;\n return (_a = Object.getOwnPropertyDescriptor(pojo, prop)) == null ? void 0 : _a.value;\n }\n };\n for (let decorator of decorators) {\n desc = decorator(pojo, prop, desc) || desc;\n }\n if (desc.initializer) {\n desc.value = desc.initializer.call(pojo);\n delete desc.initializer;\n }\n Object.defineProperty(pojo, prop, desc);\n}\nconst runtime = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({\n __proto__: null,\n c: decorateClass,\n f: decorateFieldV1,\n g: decorateFieldV2,\n i: initializeDeferredDecorator,\n m: decorateMethodV1,\n n: decorateMethodV2,\n p: decoratePOJO\n}, Symbol.toStringTag, { value: \"Module\" }));\nexport {\n decorateFieldV2 as a,\n decorateMethodV1 as b,\n decorateMethodV2 as c,\n decorateFieldV1 as d,\n decorateClass as e,\n decoratePOJO as f,\n initializeDeferredDecorator as i,\n runtime as r\n};\n//# sourceMappingURL=runtime-BPCpkOf1.js.map\n","/**\n ## Overview\n\n <blockquote style=\"margin: 1em; padding: .1em 1em .1em 1em; border-left: solid 1em #E34C32; background: #e0e0e0;\">\n <p>\n ⚠️ <strong>This is LEGACY documentation</strong> for a feature that is no longer encouraged to be used.\n If starting a new app or thinking of implementing a new serializer, consider writing a\n <a href=\"/ember-data/release/classes/%3CInterface%3E%20Handler\">Handler</a> instead to be used with the <a href=\"https://github.com/emberjs/data/tree/main/packages/request#readme\">RequestManager</a>\n </p>\n </blockquote>\n\n In order to properly manage and present your data, EmberData\n needs to understand the structure of data it receives.\n\n `Serializers` convert data between the server's API format and\n the format EmberData understands.\n\n Data received from an API response is **normalized** into\n [JSON:API](https://jsonapi.org/) (the format used internally\n by EmberData), while data sent to an API is **serialized**\n into the format the API expects.\n\n ### Implementing a Serializer\n\n There are only two required serializer methods, one for\n normalizing data from the server API format into JSON:API, and\n another for serializing records via `Snapshots` into the expected\n server API format.\n\n To implement a serializer, export a class that conforms to the structure\n described by [<Interface> Serializer](/ember-data/release/classes/%3CInterface%3E%20Serializer)\n from the `app/serializers/` directory. An example is below.\n\n ```ts\n import EmberObject from '@ember/object';\n\n export default class ApplicationSerializer extends EmberObject {\n normalizeResponse(store, schema, rawPayload) {\n return rawPayload;\n }\n\n serialize(snapshot, options) {\n const serializedResource = {\n id: snapshot.id,\n type: snapshot.modelName,\n attributes: snapshot.attributes()\n };\n\n return serializedResource;\n }\n }\n ```\n\n\n ### Serializer Resolution\n\n `store.serializerFor(name)` will lookup serializers defined in\n `app/serializers/` and return an instance. If no serializer is found, an\n error will be thrown.\n\n `serializerFor` first attempts to find a serializer with an exact match on `name`,\n then falls back to checking for the presence of a serializer named `application`.\n\n ```ts\n store.serializerFor('author');\n\n // lookup paths (in order) =>\n // app/serializers/author.js\n // app/serializers/application.js\n ```\n\n Most requests in EmberData are made with respect to a particular `type` (or `modelName`)\n (e.g., \"get me the full collection of **books**\" or \"get me the **employee** whose id is 37\"). We\n refer to this as the **primary** resource `type`.\n\n Typically `serializerFor` will be used to find a serializer with a name matching that of the primary\n resource `type` for the request, falling back to the `application` serializer for those types that\n do not have a defined serializer. This is often described as a `per-model` or `per-type` strategy\n for defining serializers. However, because APIs rarely format payloads per-type but rather\n per-API-version, this may not be a desired strategy.\n\n It is recommended that applications define only a single `application` adapter and serializer\n where possible.\n\n If you have multiple API formats and the per-type strategy is not viable, one strategy is to\n write an `application` adapter and serializer that make use of `options` to specify the desired\n format when making a request.\n\n ### Using a Serializer\n\n Any serializer in `app/serializers/` can be looked up by `name` using `store.serializerFor(name)`.\n\n ### Default Serializers\n\n For applications whose APIs are *very close to* or *exactly* the **REST** format or **JSON:API**\n format the `@ember-data/serializer` package contains implementations these applications can\n extend. It also contains a simple `JSONSerializer` for serializing to/from very basic JSON objects.\n\n Many applications will find writing their own serializer to be more performant and less\n complex than extending these classes even when their API format is very close to that expected\n by these serializers.\n\n It is recommended that apps write their own serializer to best suit the needs of their API and\n application.\n\n @module @ember-data/serializer\n @main @ember-data/serializer\n*/\n\nimport EmberObject from '@ember/object';\nimport * as s from '@ember/service';\n\nimport type Store from '@ember-data/store';\nimport type { ModelSchema } from '@ember-data/store/types';\nimport type { EmptyResourceDocument, SingleResourceDocument } from '@warp-drive/core-types/spec/json-api-raw';\n\nconst service = s.service ?? s.inject;\n\n/**\n > ⚠️ CAUTION you likely want the docs for [<Interface> Serializer](/ember-data/release/classes/%3CInterface%3E%20Serializer)\n > as extending this abstract class is unnecessary.\n\n `Serializer` is an abstract base class that you may override in your\n application to customize it for your backend. The minimum set of methods\n that you should implement is:\n\n * `normalizeResponse()`\n * `serialize()`\n\n And you can optionally override the following methods:\n\n * `normalize()`\n\n For an example implementation, see\n [JSONSerializer](JSONSerializer), the included JSON serializer.\n\n @class Serializer\n @public\n @extends Ember.EmberObject\n*/\n\nexport default class extends EmberObject {\n @service declare store: Store;\n /**\n The `store` property is the application's `store` that contains\n all records. It can be used to look up serializers for other model\n types that may be nested inside the payload response.\n\n Example:\n\n ```js\n Serializer.extend({\n extractRelationship(relationshipModelName, relationshipHash) {\n let modelClass = this.store.modelFor(relationshipModelName);\n let relationshipSerializer = this.store.serializerFor(relationshipModelName);\n return relationshipSerializer.normalize(modelClass, relationshipHash);\n }\n });\n ```\n\n @property store\n @type {Store}\n @public\n */\n\n /**\n The `normalizeResponse` method is used to normalize a payload from the\n server to a JSON-API Document.\n\n http://jsonapi.org/format/#document-structure\n\n Example:\n\n ```js\n Serializer.extend({\n normalizeResponse(store, primaryModelClass, payload, id, requestType) {\n if (requestType === 'findRecord') {\n return this.normalize(primaryModelClass, payload);\n } else {\n return payload.reduce(function(documentHash, item) {\n let { data, included } = this.normalize(primaryModelClass, item);\n documentHash.included.push(...included);\n documentHash.data.push(data);\n return documentHash;\n }, { data: [], included: [] })\n }\n }\n });\n ```\n\n @since 1.13.0\n @method normalizeResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n\n /**\n The `serialize` method is used when a record is saved in order to convert\n the record into the form that your external data source expects.\n\n `serialize` takes an optional `options` hash with a single option:\n\n - `includeId`: If this is `true`, `serialize` should include the ID\n in the serialized object it builds.\n\n Example:\n\n ```js\n Serializer.extend({\n serialize(snapshot, options) {\n let json = {\n id: snapshot.id\n };\n\n snapshot.eachAttribute((key, attribute) => {\n json[key] = snapshot.attr(key);\n });\n\n snapshot.eachRelationship((key, relationship) => {\n if (relationship.kind === 'belongsTo') {\n json[key] = snapshot.belongsTo(key, { id: true });\n } else if (relationship.kind === 'hasMany') {\n json[key] = snapshot.hasMany(key, { ids: true });\n }\n });\n\n return json;\n },\n });\n ```\n\n @method serialize\n @public\n @param {Snapshot} snapshot\n @param {Object} [options]\n @return {Object}\n */\n\n /**\n The `normalize` method is used to convert a payload received from your\n external data source into the normalized form `store.push()` expects. You\n should override this method, munge the hash and return the normalized\n payload.\n\n Example:\n\n ```js\n Serializer.extend({\n normalize(modelClass, resourceHash) {\n let data = {\n id: resourceHash.id,\n type: modelClass.modelName,\n attributes: resourceHash\n };\n return { data: data };\n }\n })\n ```\n\n @method normalize\n @public\n @param {Model} typeClass\n @param {Object} hash\n @return {Object}\n */\n normalize(_typeClass: ModelSchema, hash: Record<string, unknown>): SingleResourceDocument | EmptyResourceDocument {\n return hash as unknown as SingleResourceDocument;\n }\n}\n"],"names":["deferred","WeakMap","deferDecorator","proto","prop","desc","map","get","Map","set","findDeferredDecorator","target","_a","cursor","prototype","decorateFieldV2","decorators","initializer","configurable","enumerable","writable","decorator","Object","defineProperty","initializeDeferredDecorator","constructor","value","call","service","s","inject","EmberObject","g","i","void 0","normalize","_typeClass","hash"],"mappings":"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AAA,IAAAK,2BAAA,CAAA,IAAA,EAAA,OAAA,CAAA,EAAAC,MAAA;AACR;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAKE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAME;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAUE;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAIEC,EAAAA,SAASA,CAACC,UAAuB,EAAEC,IAA6B,EAAkD;AAChH,IAAA,OAAOA,IAAI;AACb;AACF;;;;","x_google_ignoreList":[0]}
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { getOwner } from '@ember/application';
|
|
2
|
-
import {
|
|
3
|
-
import { dasherize } from '@ember/string';
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
2
|
+
import { warn } from '@ember/debug';
|
|
3
|
+
import { dasherize, singularize } from '@ember-data/request-utils/string';
|
|
4
|
+
import Serializer from "./index.js";
|
|
5
|
+
import { macroCondition, getGlobalConfig } from '@embroider/macros';
|
|
6
|
+
function coerceId(id) {
|
|
7
|
+
if (id === null || id === undefined || id === '') {
|
|
8
|
+
return null;
|
|
9
|
+
} else if (typeof id === 'string') {
|
|
10
|
+
return id;
|
|
11
|
+
} else if (typeof id === 'symbol') {
|
|
12
|
+
return id.toString();
|
|
13
|
+
} else {
|
|
14
|
+
return String(id);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
7
17
|
|
|
8
18
|
/**
|
|
9
19
|
* @module @ember-data/serializer/json
|
|
@@ -89,7 +99,7 @@ const PRIMARY_ATTRIBUTE_KEY = 'base';
|
|
|
89
99
|
@public
|
|
90
100
|
@extends Serializer
|
|
91
101
|
*/
|
|
92
|
-
const JSONSerializer =
|
|
102
|
+
const JSONSerializer = Serializer.extend({
|
|
93
103
|
/**
|
|
94
104
|
The `primaryKey` is used when serializing and deserializing
|
|
95
105
|
data. Ember Data always uses the `id` property to store the id of
|
|
@@ -177,13 +187,13 @@ const JSONSerializer = _class.extend({
|
|
|
177
187
|
@return {Object} data The transformed data object
|
|
178
188
|
*/
|
|
179
189
|
applyTransforms(typeClass, data) {
|
|
180
|
-
|
|
190
|
+
const attributes = typeClass.attributes;
|
|
181
191
|
typeClass.eachTransformedAttribute((key, typeClass) => {
|
|
182
192
|
if (data[key] === undefined) {
|
|
183
193
|
return;
|
|
184
194
|
}
|
|
185
|
-
|
|
186
|
-
|
|
195
|
+
const transform = this.transformFor(typeClass);
|
|
196
|
+
const transformMeta = attributes.get(key);
|
|
187
197
|
data[key] = transform.deserialize(data[key], transformMeta.options);
|
|
188
198
|
});
|
|
189
199
|
return data;
|
|
@@ -461,17 +471,21 @@ const JSONSerializer = _class.extend({
|
|
|
461
471
|
@private
|
|
462
472
|
*/
|
|
463
473
|
_normalizeResponse(store, primaryModelClass, payload, id, requestType, isSingle) {
|
|
464
|
-
|
|
474
|
+
const documentHash = {
|
|
465
475
|
data: null,
|
|
466
476
|
included: []
|
|
467
477
|
};
|
|
468
|
-
|
|
478
|
+
const meta = this.extractMeta(store, primaryModelClass, payload);
|
|
469
479
|
if (meta) {
|
|
470
|
-
|
|
480
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) ? (test => {
|
|
481
|
+
if (!test) {
|
|
482
|
+
throw new Error('The `meta` returned from `extractMeta` has to be an object, not "' + typeof meta + '".');
|
|
483
|
+
}
|
|
484
|
+
})(typeof meta === 'object') : {};
|
|
471
485
|
documentHash.meta = meta;
|
|
472
486
|
}
|
|
473
487
|
if (isSingle) {
|
|
474
|
-
|
|
488
|
+
const {
|
|
475
489
|
data,
|
|
476
490
|
included
|
|
477
491
|
} = this.normalize(primaryModelClass, payload);
|
|
@@ -480,10 +494,10 @@ const JSONSerializer = _class.extend({
|
|
|
480
494
|
documentHash.included = included;
|
|
481
495
|
}
|
|
482
496
|
} else {
|
|
483
|
-
|
|
497
|
+
const ret = new Array(payload.length);
|
|
484
498
|
for (let i = 0, l = payload.length; i < l; i++) {
|
|
485
|
-
|
|
486
|
-
|
|
499
|
+
const item = payload[i];
|
|
500
|
+
const {
|
|
487
501
|
data,
|
|
488
502
|
included
|
|
489
503
|
} = this.normalize(primaryModelClass, item);
|
|
@@ -542,6 +556,9 @@ const JSONSerializer = _class.extend({
|
|
|
542
556
|
attributes: this.extractAttributes(modelClass, resourceHash),
|
|
543
557
|
relationships: this.extractRelationships(modelClass, resourceHash)
|
|
544
558
|
};
|
|
559
|
+
if (resourceHash.lid) {
|
|
560
|
+
data.lid = resourceHash.lid;
|
|
561
|
+
}
|
|
545
562
|
this.applyTransforms(modelClass, data.attributes);
|
|
546
563
|
}
|
|
547
564
|
return {
|
|
@@ -557,8 +574,8 @@ const JSONSerializer = _class.extend({
|
|
|
557
574
|
@return {String}
|
|
558
575
|
*/
|
|
559
576
|
extractId(modelClass, resourceHash) {
|
|
560
|
-
|
|
561
|
-
|
|
577
|
+
const primaryKey = this.primaryKey;
|
|
578
|
+
const id = resourceHash[primaryKey];
|
|
562
579
|
return coerceId(id);
|
|
563
580
|
},
|
|
564
581
|
/**
|
|
@@ -572,7 +589,7 @@ const JSONSerializer = _class.extend({
|
|
|
572
589
|
*/
|
|
573
590
|
extractAttributes(modelClass, resourceHash) {
|
|
574
591
|
let attributeKey;
|
|
575
|
-
|
|
592
|
+
const attributes = {};
|
|
576
593
|
modelClass.eachAttribute(key => {
|
|
577
594
|
attributeKey = this.keyForAttribute(key, 'deserialize');
|
|
578
595
|
if (resourceHash[attributeKey] !== undefined) {
|
|
@@ -603,7 +620,7 @@ const JSONSerializer = _class.extend({
|
|
|
603
620
|
if (relationshipHash.id) {
|
|
604
621
|
relationshipHash.id = coerceId(relationshipHash.id);
|
|
605
622
|
}
|
|
606
|
-
|
|
623
|
+
const modelClass = this.store.modelFor(relationshipModelName);
|
|
607
624
|
if (relationshipHash.type && !modelClass.fields.has('type')) {
|
|
608
625
|
relationshipHash.type = this.modelNameFromPayloadKey(relationshipHash.type);
|
|
609
626
|
}
|
|
@@ -644,13 +661,13 @@ const JSONSerializer = _class.extend({
|
|
|
644
661
|
@return {Object}
|
|
645
662
|
*/
|
|
646
663
|
extractRelationships(modelClass, resourceHash) {
|
|
647
|
-
|
|
664
|
+
const relationships = {};
|
|
648
665
|
modelClass.eachRelationship((key, relationshipMeta) => {
|
|
649
666
|
let relationship = null;
|
|
650
|
-
|
|
667
|
+
const relationshipKey = this.keyForRelationship(key, relationshipMeta.kind, 'deserialize');
|
|
651
668
|
if (resourceHash[relationshipKey] !== undefined) {
|
|
652
669
|
let data = null;
|
|
653
|
-
|
|
670
|
+
const relationshipHash = resourceHash[relationshipKey];
|
|
654
671
|
if (relationshipMeta.kind === 'belongsTo') {
|
|
655
672
|
if (relationshipMeta.options.polymorphic) {
|
|
656
673
|
// extracting a polymorphic belongsTo may need more information
|
|
@@ -670,7 +687,7 @@ const JSONSerializer = _class.extend({
|
|
|
670
687
|
data = new Array(relationshipHash.length);
|
|
671
688
|
if (relationshipMeta.options.polymorphic) {
|
|
672
689
|
for (let i = 0, l = relationshipHash.length; i < l; i++) {
|
|
673
|
-
|
|
690
|
+
const item = relationshipHash[i];
|
|
674
691
|
data[i] = this.extractPolymorphicRelationship(relationshipMeta.type, item, {
|
|
675
692
|
key,
|
|
676
693
|
resourceHash,
|
|
@@ -679,7 +696,7 @@ const JSONSerializer = _class.extend({
|
|
|
679
696
|
}
|
|
680
697
|
} else {
|
|
681
698
|
for (let i = 0, l = relationshipHash.length; i < l; i++) {
|
|
682
|
-
|
|
699
|
+
const item = relationshipHash[i];
|
|
683
700
|
data[i] = this.extractRelationship(relationshipMeta.type, item);
|
|
684
701
|
}
|
|
685
702
|
}
|
|
@@ -689,9 +706,9 @@ const JSONSerializer = _class.extend({
|
|
|
689
706
|
data
|
|
690
707
|
};
|
|
691
708
|
}
|
|
692
|
-
|
|
709
|
+
const linkKey = this.keyForLink(key, relationshipMeta.kind);
|
|
693
710
|
if (resourceHash.links && resourceHash.links[linkKey] !== undefined) {
|
|
694
|
-
|
|
711
|
+
const related = resourceHash.links[linkKey];
|
|
695
712
|
relationship = relationship || {};
|
|
696
713
|
relationship.links = {
|
|
697
714
|
related
|
|
@@ -738,11 +755,11 @@ const JSONSerializer = _class.extend({
|
|
|
738
755
|
@private
|
|
739
756
|
*/
|
|
740
757
|
normalizeUsingDeclaredMapping(modelClass, hash) {
|
|
741
|
-
|
|
758
|
+
const attrs = this.attrs;
|
|
742
759
|
let normalizedKey;
|
|
743
760
|
let payloadKey;
|
|
744
761
|
if (attrs) {
|
|
745
|
-
for (
|
|
762
|
+
for (const key in attrs) {
|
|
746
763
|
normalizedKey = payloadKey = this._getMappedKey(key, modelClass);
|
|
747
764
|
if (hash[payloadKey] === undefined) {
|
|
748
765
|
continue;
|
|
@@ -772,7 +789,7 @@ const JSONSerializer = _class.extend({
|
|
|
772
789
|
warn('There is no attribute or relationship with the name `' + key + '` on `' + modelClass.modelName + '`. Check your serializers attrs hash.', modelClass.attributes.has(key) || modelClass.relationshipsByName.has(key), {
|
|
773
790
|
id: 'ds.serializer.no-mapped-attrs-key'
|
|
774
791
|
});
|
|
775
|
-
|
|
792
|
+
const attrs = this.attrs;
|
|
776
793
|
let mappedKey;
|
|
777
794
|
if (attrs && attrs[key]) {
|
|
778
795
|
mappedKey = attrs[key];
|
|
@@ -796,7 +813,7 @@ const JSONSerializer = _class.extend({
|
|
|
796
813
|
@return {boolean} true if the key can be serialized
|
|
797
814
|
*/
|
|
798
815
|
_canSerialize(key) {
|
|
799
|
-
|
|
816
|
+
const attrs = this.attrs;
|
|
800
817
|
return !attrs || !attrs[key] || attrs[key].serialize !== false;
|
|
801
818
|
},
|
|
802
819
|
/**
|
|
@@ -809,7 +826,7 @@ const JSONSerializer = _class.extend({
|
|
|
809
826
|
@return {boolean} true if the key must be serialized
|
|
810
827
|
*/
|
|
811
828
|
_mustSerialize(key) {
|
|
812
|
-
|
|
829
|
+
const attrs = this.attrs;
|
|
813
830
|
return attrs && attrs[key] && attrs[key].serialize === true;
|
|
814
831
|
},
|
|
815
832
|
/**
|
|
@@ -825,7 +842,7 @@ const JSONSerializer = _class.extend({
|
|
|
825
842
|
*/
|
|
826
843
|
shouldSerializeHasMany(snapshot, key, relationship) {
|
|
827
844
|
const schema = this.store.modelFor(snapshot.modelName);
|
|
828
|
-
|
|
845
|
+
const relationshipType = schema.determineRelationshipType(relationship, this.store);
|
|
829
846
|
if (this._mustSerialize(key)) {
|
|
830
847
|
return true;
|
|
831
848
|
}
|
|
@@ -948,7 +965,7 @@ const JSONSerializer = _class.extend({
|
|
|
948
965
|
@return {Object} json
|
|
949
966
|
*/
|
|
950
967
|
serialize(snapshot, options) {
|
|
951
|
-
|
|
968
|
+
const json = {};
|
|
952
969
|
if (options && options.includeId) {
|
|
953
970
|
const id = snapshot.id;
|
|
954
971
|
if (id) {
|
|
@@ -977,10 +994,10 @@ const JSONSerializer = _class.extend({
|
|
|
977
994
|
For example, your server may expect underscored root objects.
|
|
978
995
|
```app/serializers/application.js
|
|
979
996
|
import RESTSerializer from '@ember-data/serializer/rest';
|
|
980
|
-
import {
|
|
997
|
+
import { underscoren} from '<app-name>/utils/string-utils';
|
|
981
998
|
export default class ApplicationSerializer extends RESTSerializer {
|
|
982
999
|
serializeIntoHash(data, type, snapshot, options) {
|
|
983
|
-
let root =
|
|
1000
|
+
let root = underscore(type.modelName);
|
|
984
1001
|
data[root] = this.serialize(snapshot, options);
|
|
985
1002
|
}
|
|
986
1003
|
}
|
|
@@ -1019,16 +1036,16 @@ const JSONSerializer = _class.extend({
|
|
|
1019
1036
|
*/
|
|
1020
1037
|
serializeAttribute(snapshot, json, key, attribute) {
|
|
1021
1038
|
if (this._canSerialize(key)) {
|
|
1022
|
-
|
|
1039
|
+
const type = attribute.type;
|
|
1023
1040
|
let value = snapshot.attr(key);
|
|
1024
1041
|
if (type) {
|
|
1025
|
-
|
|
1042
|
+
const transform = this.transformFor(type);
|
|
1026
1043
|
value = transform.serialize(value, attribute.options);
|
|
1027
1044
|
}
|
|
1028
1045
|
|
|
1029
1046
|
// if provided, use the mapping provided by `attrs` in
|
|
1030
1047
|
// the serializer
|
|
1031
|
-
|
|
1048
|
+
const schema = this.store.modelFor(snapshot.modelName);
|
|
1032
1049
|
let payloadKey = this._getMappedKey(key, schema);
|
|
1033
1050
|
if (payloadKey === key && this.keyForAttribute) {
|
|
1034
1051
|
payloadKey = this.keyForAttribute(key, 'serialize');
|
|
@@ -1044,7 +1061,7 @@ const JSONSerializer = _class.extend({
|
|
|
1044
1061
|
import JSONSerializer from '@ember-data/serializer/json';
|
|
1045
1062
|
export default class PostSerializer extends JSONSerializer {
|
|
1046
1063
|
serializeBelongsTo(snapshot, json, relationship) {
|
|
1047
|
-
let key = relationship.
|
|
1064
|
+
let key = relationship.name;
|
|
1048
1065
|
let belongsTo = snapshot.belongsTo(key);
|
|
1049
1066
|
key = this.keyForRelationship ? this.keyForRelationship(key, "belongsTo", "serialize") : key;
|
|
1050
1067
|
json[key] = !belongsTo ? null : belongsTo.record.toJSON();
|
|
@@ -1058,18 +1075,18 @@ const JSONSerializer = _class.extend({
|
|
|
1058
1075
|
@param {Object} relationship
|
|
1059
1076
|
*/
|
|
1060
1077
|
serializeBelongsTo(snapshot, json, relationship) {
|
|
1061
|
-
|
|
1062
|
-
if (this._canSerialize(
|
|
1063
|
-
|
|
1078
|
+
const name = relationship.name;
|
|
1079
|
+
if (this._canSerialize(name)) {
|
|
1080
|
+
const belongsToId = snapshot.belongsTo(name, {
|
|
1064
1081
|
id: true
|
|
1065
1082
|
});
|
|
1066
1083
|
|
|
1067
1084
|
// if provided, use the mapping provided by `attrs` in
|
|
1068
1085
|
// the serializer
|
|
1069
|
-
|
|
1070
|
-
let payloadKey = this._getMappedKey(
|
|
1071
|
-
if (payloadKey ===
|
|
1072
|
-
payloadKey = this.keyForRelationship(
|
|
1086
|
+
const schema = this.store.modelFor(snapshot.modelName);
|
|
1087
|
+
let payloadKey = this._getMappedKey(name, schema);
|
|
1088
|
+
if (payloadKey === name && this.keyForRelationship) {
|
|
1089
|
+
payloadKey = this.keyForRelationship(name, 'belongsTo', 'serialize');
|
|
1073
1090
|
}
|
|
1074
1091
|
|
|
1075
1092
|
//Need to check whether the id is there for new&async records
|
|
@@ -1091,7 +1108,7 @@ const JSONSerializer = _class.extend({
|
|
|
1091
1108
|
import JSONSerializer from '@ember-data/serializer/json';
|
|
1092
1109
|
export default class PostSerializer extends JSONSerializer {
|
|
1093
1110
|
serializeHasMany(snapshot, json, relationship) {
|
|
1094
|
-
let key = relationship.
|
|
1111
|
+
let key = relationship.name;
|
|
1095
1112
|
if (key === 'comments') {
|
|
1096
1113
|
return;
|
|
1097
1114
|
} else {
|
|
@@ -1107,25 +1124,24 @@ const JSONSerializer = _class.extend({
|
|
|
1107
1124
|
@param {Object} relationship
|
|
1108
1125
|
*/
|
|
1109
1126
|
serializeHasMany(snapshot, json, relationship) {
|
|
1110
|
-
|
|
1111
|
-
if (this.shouldSerializeHasMany(snapshot,
|
|
1112
|
-
|
|
1127
|
+
const name = relationship.name;
|
|
1128
|
+
if (this.shouldSerializeHasMany(snapshot, name, relationship)) {
|
|
1129
|
+
const hasMany = snapshot.hasMany(name, {
|
|
1113
1130
|
ids: true
|
|
1114
1131
|
});
|
|
1115
1132
|
if (hasMany !== undefined) {
|
|
1116
1133
|
// if provided, use the mapping provided by `attrs` in
|
|
1117
1134
|
// the serializer
|
|
1118
|
-
|
|
1119
|
-
let payloadKey = this._getMappedKey(
|
|
1120
|
-
if (payloadKey ===
|
|
1121
|
-
payloadKey = this.keyForRelationship(
|
|
1135
|
+
const schema = this.store.modelFor(snapshot.modelName);
|
|
1136
|
+
let payloadKey = this._getMappedKey(name, schema);
|
|
1137
|
+
if (payloadKey === name && this.keyForRelationship) {
|
|
1138
|
+
payloadKey = this.keyForRelationship(name, 'hasMany', 'serialize');
|
|
1122
1139
|
}
|
|
1123
1140
|
json[payloadKey] = hasMany;
|
|
1124
1141
|
// TODO support for polymorphic manyToNone and manyToMany relationships
|
|
1125
1142
|
}
|
|
1126
1143
|
}
|
|
1127
1144
|
},
|
|
1128
|
-
|
|
1129
1145
|
/**
|
|
1130
1146
|
You can use this method to customize how polymorphic objects are
|
|
1131
1147
|
serialized. Objects are considered to be polymorphic if
|
|
@@ -1136,7 +1152,7 @@ const JSONSerializer = _class.extend({
|
|
|
1136
1152
|
import JSONSerializer from '@ember-data/serializer/json';
|
|
1137
1153
|
export default class CommentSerializer extends JSONSerializer {
|
|
1138
1154
|
serializePolymorphicType(snapshot, json, relationship) {
|
|
1139
|
-
let key = relationship.
|
|
1155
|
+
let key = relationship.name;
|
|
1140
1156
|
let belongsTo = snapshot.belongsTo(key);
|
|
1141
1157
|
key = this.keyForAttribute ? this.keyForAttribute(key, 'serialize') : key;
|
|
1142
1158
|
if (!belongsTo) {
|
|
@@ -1179,7 +1195,7 @@ const JSONSerializer = _class.extend({
|
|
|
1179
1195
|
*/
|
|
1180
1196
|
extractMeta(store, modelClass, payload) {
|
|
1181
1197
|
if (payload && payload['meta'] !== undefined) {
|
|
1182
|
-
|
|
1198
|
+
const meta = payload.meta;
|
|
1183
1199
|
delete payload.meta;
|
|
1184
1200
|
return meta;
|
|
1185
1201
|
}
|
|
@@ -1283,14 +1299,14 @@ const JSONSerializer = _class.extend({
|
|
|
1283
1299
|
// for each attr and relationship, make sure that we use
|
|
1284
1300
|
// the normalized key
|
|
1285
1301
|
typeClass.eachAttribute(name => {
|
|
1286
|
-
|
|
1302
|
+
const key = this.keyForAttribute(name, 'deserialize');
|
|
1287
1303
|
if (key !== name && extracted[key] !== undefined) {
|
|
1288
1304
|
extracted[name] = extracted[key];
|
|
1289
1305
|
delete extracted[key];
|
|
1290
1306
|
}
|
|
1291
1307
|
});
|
|
1292
1308
|
typeClass.eachRelationship(name => {
|
|
1293
|
-
|
|
1309
|
+
const key = this.keyForRelationship(name, 'deserialize');
|
|
1294
1310
|
if (key !== name && extracted[key] !== undefined) {
|
|
1295
1311
|
extracted[name] = extracted[key];
|
|
1296
1312
|
delete extracted[key];
|
|
@@ -1368,9 +1384,13 @@ const JSONSerializer = _class.extend({
|
|
|
1368
1384
|
@return {Transform} transform
|
|
1369
1385
|
*/
|
|
1370
1386
|
transformFor(attributeType, skipAssertion) {
|
|
1371
|
-
|
|
1372
|
-
|
|
1387
|
+
const transform = getOwner(this).lookup('transform:' + attributeType);
|
|
1388
|
+
macroCondition(getGlobalConfig().WarpDrive.env.DEBUG) ? (test => {
|
|
1389
|
+
if (!test) {
|
|
1390
|
+
throw new Error(`Unable to find the transform for \`attr('${attributeType}')\``);
|
|
1391
|
+
}
|
|
1392
|
+
})(skipAssertion || !!transform) : {};
|
|
1373
1393
|
return transform;
|
|
1374
1394
|
}
|
|
1375
1395
|
});
|
|
1376
|
-
export { JSONSerializer as
|
|
1396
|
+
export { JSONSerializer as J, coerceId as c };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"json-BwMH6O_R.js","sources":["../src/-private/utils.ts","../src/json.js"],"sourcesContent":["type Coercable = string | number | boolean | null | undefined | symbol;\n\nexport function coerceId(id: Coercable): string | null {\n if (id === null || id === undefined || id === '') {\n return null;\n } else if (typeof id === 'string') {\n return id;\n } else if (typeof id === 'symbol') {\n return id.toString();\n } else {\n return String(id);\n }\n}\n","/**\n * @module @ember-data/serializer/json\n */\nimport { getOwner } from '@ember/application';\nimport { warn } from '@ember/debug';\n\nimport { dasherize, singularize } from '@ember-data/request-utils/string';\nimport { assert } from '@warp-drive/build-config/macros';\n\nimport Serializer from '.';\nimport { coerceId } from './-private/utils';\n\nconst SOURCE_POINTER_REGEXP = /^\\/?data\\/(attributes|relationships)\\/(.*)/;\nconst SOURCE_POINTER_PRIMARY_REGEXP = /^\\/?data/;\nconst PRIMARY_ATTRIBUTE_KEY = 'base';\n\n/**\n * <blockquote style=\"margin: 1em; padding: .1em 1em .1em 1em; border-left: solid 1em #E34C32; background: #e0e0e0;\">\n <p>\n ⚠️ <strong>This is LEGACY documentation</strong> for a feature that is no longer encouraged to be used.\n If starting a new app or thinking of implementing a new adapter, consider writing a\n <a href=\"/ember-data/release/classes/%3CInterface%3E%20Handler\">Handler</a> instead to be used with the <a href=\"https://github.com/emberjs/data/tree/main/packages/request#readme\">RequestManager</a>\n </p>\n </blockquote>\n\n In EmberData a Serializer is used to serialize and deserialize\n records when they are transferred in and out of an external source.\n This process involves normalizing property names, transforming\n attribute values and serializing relationships.\n\n By default, EmberData uses and recommends the `JSONAPISerializer`.\n\n `JSONSerializer` is useful for simpler or legacy backends that may\n not support the http://jsonapi.org/ spec.\n\n For example, given the following `User` model and JSON payload:\n\n ```app/models/user.js\n import Model, { attr, belongsTo, hasMany } from '@ember-data/model';\n\n export default class UserModel extends Model {\n @hasMany('user') friends;\n @belongsTo('location') house;\n\n @attr('string') name;\n }\n ```\n\n ```js\n {\n id: 1,\n name: 'Sebastian',\n friends: [3, 4],\n links: {\n house: '/houses/lefkada'\n }\n }\n ```\n\n `JSONSerializer` will normalize the JSON payload to the JSON API format that the\n Ember Data store expects.\n\n You can customize how JSONSerializer processes its payload by passing options in\n the `attrs` hash or by subclassing the `JSONSerializer` and overriding hooks:\n\n - To customize how a single record is normalized, use the `normalize` hook.\n - To customize how `JSONSerializer` normalizes the whole server response, use the\n `normalizeResponse` hook.\n - To customize how `JSONSerializer` normalizes a specific response from the server,\n use one of the many specific `normalizeResponse` hooks.\n - To customize how `JSONSerializer` normalizes your id, attributes or relationships,\n use the `extractId`, `extractAttributes` and `extractRelationships` hooks.\n\n The `JSONSerializer` normalization process follows these steps:\n\n 1. `normalizeResponse`\n - entry method to the serializer.\n 2. `normalizeCreateRecordResponse`\n - a `normalizeResponse` for a specific operation is called.\n 3. `normalizeSingleResponse`|`normalizeArrayResponse`\n - for methods like `createRecord` we expect a single record back, while for methods like `findAll` we expect multiple records back.\n 4. `normalize`\n - `normalizeArrayResponse` iterates and calls `normalize` for each of its records while `normalizeSingle`\n calls it once. This is the method you most likely want to subclass.\n 5. `extractId` | `extractAttributes` | `extractRelationships`\n - `normalize` delegates to these methods to\n turn the record payload into the JSON API format.\n\n @main @ember-data/serializer/json\n @class JSONSerializer\n @public\n @extends Serializer\n*/\nconst JSONSerializer = Serializer.extend({\n /**\n The `primaryKey` is used when serializing and deserializing\n data. Ember Data always uses the `id` property to store the id of\n the record. The external source may not always follow this\n convention. In these cases it is useful to override the\n `primaryKey` property to match the `primaryKey` of your external\n store.\n\n Example\n\n ```app/serializers/application.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class ApplicationSerializer extends JSONSerializer {\n primaryKey = '_id'\n }\n ```\n\n @property primaryKey\n @type {String}\n @public\n @default 'id'\n */\n primaryKey: 'id',\n\n /**\n The `attrs` object can be used to declare a simple mapping between\n property names on `Model` records and payload keys in the\n serialized JSON object representing the record. An object with the\n property `key` can also be used to designate the attribute's key on\n the response payload.\n\n Example\n\n ```app/models/person.js\n import Model, { attr } from '@ember-data/model';\n\n export default class PersonModel extends Model {\n @attr('string') firstName;\n @attr('string') lastName;\n @attr('string') occupation;\n @attr('boolean') admin;\n }\n ```\n\n ```app/serializers/person.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class PersonSerializer extends JSONSerializer {\n attrs = {\n admin: 'is_admin',\n occupation: { key: 'career' }\n }\n }\n ```\n\n You can also remove attributes and relationships by setting the `serialize`\n key to `false` in your mapping object.\n\n Example\n\n ```app/serializers/person.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class PostSerializer extends JSONSerializer {\n attrs = {\n admin: { serialize: false },\n occupation: { key: 'career' }\n }\n }\n ```\n\n When serialized:\n\n ```javascript\n {\n \"firstName\": \"Harry\",\n \"lastName\": \"Houdini\",\n \"career\": \"magician\"\n }\n ```\n\n Note that the `admin` is now not included in the payload.\n\n Setting `serialize` to `true` enforces serialization for hasMany\n relationships even if it's neither a many-to-many nor many-to-none\n relationship.\n\n @property attrs\n @public\n @type {Object}\n */\n mergedProperties: ['attrs'],\n\n /**\n Given a subclass of `Model` and a JSON object this method will\n iterate through each attribute of the `Model` and invoke the\n `Transform#deserialize` method on the matching property of the\n JSON object. This method is typically called after the\n serializer's `normalize` method.\n\n @method applyTransforms\n @private\n @param {Model} typeClass\n @param {Object} data The data to transform\n @return {Object} data The transformed data object\n */\n applyTransforms(typeClass, data) {\n const attributes = typeClass.attributes;\n\n typeClass.eachTransformedAttribute((key, typeClass) => {\n if (data[key] === undefined) {\n return;\n }\n\n const transform = this.transformFor(typeClass);\n const transformMeta = attributes.get(key);\n data[key] = transform.deserialize(data[key], transformMeta.options);\n });\n\n return data;\n },\n\n /**\n The `normalizeResponse` method is used to normalize a payload from the\n server to a JSON-API Document.\n\n http://jsonapi.org/format/#document-structure\n\n This method delegates to a more specific normalize method based on\n the `requestType`.\n\n To override this method with a custom one, make sure to call\n `return super.normalizeResponse(store, primaryModelClass, payload, id, requestType)` with your\n pre-processed data.\n\n Here's an example of using `normalizeResponse` manually:\n\n ```javascript\n socket.on('message', function(message) {\n let data = message.data;\n let modelClass = store.modelFor(data.modelName);\n let serializer = store.serializerFor(data.modelName);\n let normalized = serializer.normalizeSingleResponse(store, modelClass, data, data.id);\n\n store.push(normalized);\n });\n ```\n\n @since 1.13.0\n @method normalizeResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeResponse(store, primaryModelClass, payload, id, requestType) {\n switch (requestType) {\n case 'findRecord':\n return this.normalizeFindRecordResponse(...arguments);\n case 'queryRecord':\n return this.normalizeQueryRecordResponse(...arguments);\n case 'findAll':\n return this.normalizeFindAllResponse(...arguments);\n case 'findBelongsTo':\n return this.normalizeFindBelongsToResponse(...arguments);\n case 'findHasMany':\n return this.normalizeFindHasManyResponse(...arguments);\n case 'findMany':\n return this.normalizeFindManyResponse(...arguments);\n case 'query':\n return this.normalizeQueryResponse(...arguments);\n case 'createRecord':\n return this.normalizeCreateRecordResponse(...arguments);\n case 'deleteRecord':\n return this.normalizeDeleteRecordResponse(...arguments);\n case 'updateRecord':\n return this.normalizeUpdateRecordResponse(...arguments);\n }\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `findRecord`\n\n @since 1.13.0\n @method normalizeFindRecordResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeFindRecordResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeSingleResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `queryRecord`\n\n @since 1.13.0\n @method normalizeQueryRecordResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeQueryRecordResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeSingleResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `findAll`\n\n @since 1.13.0\n @method normalizeFindAllResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeFindAllResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeArrayResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `findBelongsTo`\n\n @since 1.13.0\n @method normalizeFindBelongsToResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeFindBelongsToResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeSingleResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `findHasMany`\n\n @since 1.13.0\n @method normalizeFindHasManyResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeFindHasManyResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeArrayResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `findMany`\n\n @since 1.13.0\n @method normalizeFindManyResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeFindManyResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeArrayResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `query`\n\n @since 1.13.0\n @method normalizeQueryResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeQueryResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeArrayResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `createRecord`\n\n @since 1.13.0\n @method normalizeCreateRecordResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeCreateRecordResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeSaveResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `deleteRecord`\n\n @since 1.13.0\n @method normalizeDeleteRecordResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeDeleteRecordResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeSaveResponse(...arguments);\n },\n\n /**\n Called by the default normalizeResponse implementation when the\n type of request is `updateRecord`\n\n @since 1.13.0\n @method normalizeUpdateRecordResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeUpdateRecordResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeSaveResponse(...arguments);\n },\n\n /**\n normalizeUpdateRecordResponse, normalizeCreateRecordResponse and\n normalizeDeleteRecordResponse delegate to this method by default.\n\n @since 1.13.0\n @method normalizeSaveResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeSaveResponse(store, primaryModelClass, payload, id, requestType) {\n return this.normalizeSingleResponse(...arguments);\n },\n\n /**\n normalizeQueryResponse and normalizeFindRecordResponse delegate to this\n method by default.\n\n @since 1.13.0\n @method normalizeSingleResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeSingleResponse(store, primaryModelClass, payload, id, requestType) {\n return this._normalizeResponse(store, primaryModelClass, payload, id, requestType, true);\n },\n\n /**\n normalizeQueryResponse, normalizeFindManyResponse, and normalizeFindHasManyResponse delegate\n to this method by default.\n\n @since 1.13.0\n @method normalizeArrayResponse\n @public\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @return {Object} JSON-API Document\n */\n normalizeArrayResponse(store, primaryModelClass, payload, id, requestType) {\n return this._normalizeResponse(store, primaryModelClass, payload, id, requestType, false);\n },\n\n /**\n @method _normalizeResponse\n @param {Store} store\n @param {Model} primaryModelClass\n @param {Object} payload\n @param {String|Number} id\n @param {String} requestType\n @param {Boolean} isSingle\n @return {Object} JSON-API Document\n @private\n */\n _normalizeResponse(store, primaryModelClass, payload, id, requestType, isSingle) {\n const documentHash = {\n data: null,\n included: [],\n };\n\n const meta = this.extractMeta(store, primaryModelClass, payload);\n if (meta) {\n assert(\n 'The `meta` returned from `extractMeta` has to be an object, not \"' + typeof meta + '\".',\n typeof meta === 'object'\n );\n documentHash.meta = meta;\n }\n\n if (isSingle) {\n const { data, included } = this.normalize(primaryModelClass, payload);\n documentHash.data = data;\n if (included) {\n documentHash.included = included;\n }\n } else {\n const ret = new Array(payload.length);\n for (let i = 0, l = payload.length; i < l; i++) {\n const item = payload[i];\n const { data, included } = this.normalize(primaryModelClass, item);\n if (included) {\n documentHash.included = documentHash.included.concat(included);\n }\n ret[i] = data;\n }\n\n documentHash.data = ret;\n }\n\n return documentHash;\n },\n\n /**\n Normalizes a part of the JSON payload returned by\n the server. You should override this method, munge the hash\n and call super if you have generic normalization to do.\n\n It takes the type of the record that is being normalized\n (as a Model class), the property where the hash was\n originally found, and the hash to normalize.\n\n You can use this method, for example, to normalize underscored keys to camelized\n or other general-purpose normalizations.\n\n Example\n\n ```app/serializers/application.js\n import JSONSerializer from '@ember-data/serializer/json';\n import { underscore } from '<app-name>/utils/string-utils';\n import { get } from '@ember/object';\n\n export default class ApplicationSerializer extends JSONSerializer {\n normalize(typeClass, hash) {\n let fields = typeClass.fields;\n\n fields.forEach(function(type, field) {\n let payloadField = underscore(field);\n if (field === payloadField) { return; }\n\n hash[field] = hash[payloadField];\n delete hash[payloadField];\n });\n\n return super.normalize(...arguments);\n }\n }\n ```\n\n @method normalize\n @public\n @param {Model} typeClass\n @param {Object} hash\n @return {Object}\n */\n normalize(modelClass, resourceHash) {\n let data = null;\n\n if (resourceHash) {\n this.normalizeUsingDeclaredMapping(modelClass, resourceHash);\n if (typeof resourceHash.links === 'object') {\n this.normalizeUsingDeclaredMapping(modelClass, resourceHash.links);\n }\n\n data = {\n id: this.extractId(modelClass, resourceHash),\n type: modelClass.modelName,\n attributes: this.extractAttributes(modelClass, resourceHash),\n relationships: this.extractRelationships(modelClass, resourceHash),\n };\n\n if (resourceHash.lid) {\n data.lid = resourceHash.lid;\n }\n\n this.applyTransforms(modelClass, data.attributes);\n }\n\n return { data };\n },\n\n /**\n Returns the resource's ID.\n\n @method extractId\n @public\n @param {Object} modelClass\n @param {Object} resourceHash\n @return {String}\n */\n extractId(modelClass, resourceHash) {\n const primaryKey = this.primaryKey;\n const id = resourceHash[primaryKey];\n return coerceId(id);\n },\n\n /**\n Returns the resource's attributes formatted as a JSON-API \"attributes object\".\n\n http://jsonapi.org/format/#document-resource-object-attributes\n\n @method extractAttributes\n @public\n @param {Object} modelClass\n @param {Object} resourceHash\n @return {Object}\n */\n extractAttributes(modelClass, resourceHash) {\n let attributeKey;\n const attributes = {};\n\n modelClass.eachAttribute((key) => {\n attributeKey = this.keyForAttribute(key, 'deserialize');\n if (resourceHash[attributeKey] !== undefined) {\n attributes[key] = resourceHash[attributeKey];\n }\n });\n\n return attributes;\n },\n\n /**\n Returns a relationship formatted as a JSON-API \"relationship object\".\n\n http://jsonapi.org/format/#document-resource-object-relationships\n\n @method extractRelationship\n @public\n @param {Object} relationshipModelName\n @param {Object} relationshipHash\n @return {Object}\n */\n extractRelationship(relationshipModelName, relationshipHash) {\n if (!relationshipHash) {\n return null;\n }\n /*\n When `relationshipHash` is an object it usually means that the relationship\n is polymorphic. It could however also be embedded resources that the\n EmbeddedRecordsMixin has be able to process.\n */\n if (relationshipHash && typeof relationshipHash === 'object' && !Array.isArray(relationshipHash)) {\n if (relationshipHash.id) {\n relationshipHash.id = coerceId(relationshipHash.id);\n }\n\n const modelClass = this.store.modelFor(relationshipModelName);\n if (relationshipHash.type && !modelClass.fields.has('type')) {\n relationshipHash.type = this.modelNameFromPayloadKey(relationshipHash.type);\n }\n\n return relationshipHash;\n }\n return { id: coerceId(relationshipHash), type: dasherize(singularize(relationshipModelName)) };\n },\n\n /**\n Returns a polymorphic relationship formatted as a JSON-API \"relationship object\".\n\n http://jsonapi.org/format/#document-resource-object-relationships\n\n `relationshipOptions` is a hash which contains more information about the\n polymorphic relationship which should be extracted:\n - `resourceHash` complete hash of the resource the relationship should be\n extracted from\n - `relationshipKey` key under which the value for the relationship is\n extracted from the resourceHash\n - `relationshipMeta` meta information about the relationship\n\n @method extractPolymorphicRelationship\n @public\n @param {Object} relationshipModelName\n @param {Object} relationshipHash\n @param {Object} relationshipOptions\n @return {Object}\n */\n extractPolymorphicRelationship(relationshipModelName, relationshipHash, relationshipOptions) {\n return this.extractRelationship(relationshipModelName, relationshipHash);\n },\n\n /**\n Returns the resource's relationships formatted as a JSON-API \"relationships object\".\n\n http://jsonapi.org/format/#document-resource-object-relationships\n\n @method extractRelationships\n @public\n @param {Object} modelClass\n @param {Object} resourceHash\n @return {Object}\n */\n extractRelationships(modelClass, resourceHash) {\n const relationships = {};\n\n modelClass.eachRelationship((key, relationshipMeta) => {\n let relationship = null;\n const relationshipKey = this.keyForRelationship(key, relationshipMeta.kind, 'deserialize');\n if (resourceHash[relationshipKey] !== undefined) {\n let data = null;\n const relationshipHash = resourceHash[relationshipKey];\n if (relationshipMeta.kind === 'belongsTo') {\n if (relationshipMeta.options.polymorphic) {\n // extracting a polymorphic belongsTo may need more information\n // than the type and the hash (which might only be an id) for the\n // relationship, hence we pass the key, resource and\n // relationshipMeta too\n data = this.extractPolymorphicRelationship(relationshipMeta.type, relationshipHash, {\n key,\n resourceHash,\n relationshipMeta,\n });\n } else {\n data = this.extractRelationship(relationshipMeta.type, relationshipHash);\n }\n } else if (relationshipMeta.kind === 'hasMany') {\n if (relationshipHash) {\n data = new Array(relationshipHash.length);\n if (relationshipMeta.options.polymorphic) {\n for (let i = 0, l = relationshipHash.length; i < l; i++) {\n const item = relationshipHash[i];\n data[i] = this.extractPolymorphicRelationship(relationshipMeta.type, item, {\n key,\n resourceHash,\n relationshipMeta,\n });\n }\n } else {\n for (let i = 0, l = relationshipHash.length; i < l; i++) {\n const item = relationshipHash[i];\n data[i] = this.extractRelationship(relationshipMeta.type, item);\n }\n }\n }\n }\n relationship = { data };\n }\n\n const linkKey = this.keyForLink(key, relationshipMeta.kind);\n if (resourceHash.links && resourceHash.links[linkKey] !== undefined) {\n const related = resourceHash.links[linkKey];\n relationship = relationship || {};\n relationship.links = { related };\n }\n\n if (relationship) {\n relationships[key] = relationship;\n }\n });\n\n return relationships;\n },\n\n /**\n Dasherizes the model name in the payload\n\n @method modelNameFromPayloadKey\n @public\n @param {String} key\n @return {String} the model's modelName\n */\n modelNameFromPayloadKey(key) {\n return dasherize(singularize(key));\n },\n\n /**\n @method normalizeRelationships\n @private\n */\n normalizeRelationships(typeClass, hash) {\n let payloadKey;\n\n if (this.keyForRelationship) {\n typeClass.eachRelationship((key, relationship) => {\n payloadKey = this.keyForRelationship(key, relationship.kind, 'deserialize');\n if (key === payloadKey) {\n return;\n }\n if (hash[payloadKey] === undefined) {\n return;\n }\n\n hash[key] = hash[payloadKey];\n delete hash[payloadKey];\n });\n }\n },\n\n /**\n @method normalizeUsingDeclaredMapping\n @private\n */\n normalizeUsingDeclaredMapping(modelClass, hash) {\n const attrs = this.attrs;\n let normalizedKey;\n let payloadKey;\n\n if (attrs) {\n for (const key in attrs) {\n normalizedKey = payloadKey = this._getMappedKey(key, modelClass);\n\n if (hash[payloadKey] === undefined) {\n continue;\n }\n\n if (modelClass.attributes.has(key)) {\n normalizedKey = this.keyForAttribute(key, 'deserialize');\n }\n\n if (modelClass.relationshipsByName.has(key)) {\n normalizedKey = this.keyForRelationship(key, modelClass, 'deserialize');\n }\n\n if (payloadKey !== normalizedKey) {\n hash[normalizedKey] = hash[payloadKey];\n delete hash[payloadKey];\n }\n }\n }\n },\n\n /**\n Looks up the property key that was set by the custom `attr` mapping\n passed to the serializer.\n\n @method _getMappedKey\n @private\n @param {String} key\n @return {String} key\n */\n _getMappedKey(key, modelClass) {\n warn(\n 'There is no attribute or relationship with the name `' +\n key +\n '` on `' +\n modelClass.modelName +\n '`. Check your serializers attrs hash.',\n modelClass.attributes.has(key) || modelClass.relationshipsByName.has(key),\n {\n id: 'ds.serializer.no-mapped-attrs-key',\n }\n );\n\n const attrs = this.attrs;\n let mappedKey;\n if (attrs && attrs[key]) {\n mappedKey = attrs[key];\n //We need to account for both the { title: 'post_title' } and\n //{ title: { key: 'post_title' }} forms\n if (mappedKey.key) {\n mappedKey = mappedKey.key;\n }\n if (typeof mappedKey === 'string') {\n key = mappedKey;\n }\n }\n\n return key;\n },\n\n /**\n Check attrs.key.serialize property to inform if the `key`\n can be serialized\n\n @method _canSerialize\n @private\n @param {String} key\n @return {boolean} true if the key can be serialized\n */\n _canSerialize(key) {\n const attrs = this.attrs;\n\n return !attrs || !attrs[key] || attrs[key].serialize !== false;\n },\n\n /**\n When attrs.key.serialize is set to true then\n it takes priority over the other checks and the related\n attribute/relationship will be serialized\n\n @method _mustSerialize\n @private\n @param {String} key\n @return {boolean} true if the key must be serialized\n */\n _mustSerialize(key) {\n const attrs = this.attrs;\n\n return attrs && attrs[key] && attrs[key].serialize === true;\n },\n\n /**\n Check if the given hasMany relationship should be serialized\n\n By default only many-to-many and many-to-none relationships are serialized.\n This could be configured per relationship by Serializer's `attrs` object.\n\n @method shouldSerializeHasMany\n @public\n @param {Snapshot} snapshot\n @param {String} key\n @param {RelationshipSchema} relationship\n @return {boolean} true if the hasMany relationship should be serialized\n */\n shouldSerializeHasMany(snapshot, key, relationship) {\n const schema = this.store.modelFor(snapshot.modelName);\n const relationshipType = schema.determineRelationshipType(relationship, this.store);\n if (this._mustSerialize(key)) {\n return true;\n }\n return this._canSerialize(key) && (relationshipType === 'manyToNone' || relationshipType === 'manyToMany');\n },\n\n // SERIALIZE\n /**\n Called when a record is saved in order to convert the\n record into JSON.\n\n By default, it creates a JSON object with a key for\n each attribute and belongsTo relationship.\n\n For example, consider this model:\n\n ```app/models/comment.js\n import Model, { attr, belongsTo } from '@ember-data/model';\n\n export default class CommentModel extends Model {\n @attr title;\n @attr body;\n\n @belongsTo('user') author;\n }\n ```\n\n The default serialization would create a JSON object like:\n\n ```javascript\n {\n \"title\": \"Rails is unagi\",\n \"body\": \"Rails? Omakase? O_O\",\n \"author\": 12\n }\n ```\n\n By default, attributes are passed through as-is, unless\n you specified an attribute type (`attr('date')`). If\n you specify a transform, the JavaScript value will be\n serialized when inserted into the JSON hash.\n\n By default, belongs-to relationships are converted into\n IDs when inserted into the JSON hash.\n\n ## IDs\n\n `serialize` takes an options hash with a single option:\n `includeId`. If this option is `true`, `serialize` will,\n by default include the ID in the JSON object it builds.\n\n The adapter passes in `includeId: true` when serializing\n a record for `createRecord`, but not for `updateRecord`.\n\n ## Customization\n\n Your server may expect a different JSON format than the\n built-in serialization format.\n\n In that case, you can implement `serialize` yourself and\n return a JSON hash of your choosing.\n\n ```app/serializers/post.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class PostSerializer extends JSONSerializer {\n serialize(snapshot, options) {\n let json = {\n POST_TTL: snapshot.attr('title'),\n POST_BDY: snapshot.attr('body'),\n POST_CMS: snapshot.hasMany('comments', { ids: true })\n };\n\n if (options.includeId) {\n json.POST_ID_ = snapshot.id;\n }\n\n return json;\n }\n }\n ```\n\n ## Customizing an App-Wide Serializer\n\n If you want to define a serializer for your entire\n application, you'll probably want to use `eachAttribute`\n and `eachRelationship` on the record.\n\n ```app/serializers/application.js\n import JSONSerializer from '@ember-data/serializer/json';\n import { singularize } from '<app-name>/utils/string-utils';\n\n export default class ApplicationSerializer extends JSONSerializer {\n serialize(snapshot, options) {\n let json = {};\n\n snapshot.eachAttribute((name) => {\n json[serverAttributeName(name)] = snapshot.attr(name);\n });\n\n snapshot.eachRelationship((name, relationship) => {\n if (relationship.kind === 'hasMany') {\n json[serverHasManyName(name)] = snapshot.hasMany(name, { ids: true });\n }\n });\n\n if (options.includeId) {\n json.ID_ = snapshot.id;\n }\n\n return json;\n }\n }\n\n function serverAttributeName(attribute) {\n return attribute.underscore().toUpperCase();\n }\n\n function serverHasManyName(name) {\n return serverAttributeName(singularize(name)) + \"_IDS\";\n }\n ```\n\n This serializer will generate JSON that looks like this:\n\n ```javascript\n {\n \"TITLE\": \"Rails is omakase\",\n \"BODY\": \"Yep. Omakase.\",\n \"COMMENT_IDS\": [ \"1\", \"2\", \"3\" ]\n }\n ```\n\n ## Tweaking the Default JSON\n\n If you just want to do some small tweaks on the default JSON,\n you can call `super.serialize` first and make the tweaks on\n the returned JSON.\n\n ```app/serializers/post.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class PostSerializer extends JSONSerializer {\n serialize(snapshot, options) {\n let json = super.serialize(...arguments);\n\n json.subject = json.title;\n delete json.title;\n\n return json;\n }\n }\n ```\n\n @method serialize\n @public\n @param {Snapshot} snapshot\n @param {Object} options\n @return {Object} json\n */\n serialize(snapshot, options) {\n const json = {};\n\n if (options && options.includeId) {\n const id = snapshot.id;\n if (id) {\n json[this.primaryKey] = id;\n }\n }\n\n snapshot.eachAttribute((key, attribute) => {\n this.serializeAttribute(snapshot, json, key, attribute);\n });\n\n snapshot.eachRelationship((key, relationship) => {\n if (relationship.kind === 'belongsTo') {\n this.serializeBelongsTo(snapshot, json, relationship);\n } else if (relationship.kind === 'hasMany') {\n this.serializeHasMany(snapshot, json, relationship);\n }\n });\n\n return json;\n },\n\n /**\n You can use this method to customize how a serialized record is added to the complete\n JSON hash to be sent to the server. By default the JSON Serializer does not namespace\n the payload and just sends the raw serialized JSON object.\n If your server expects namespaced keys, you should consider using the RESTSerializer.\n Otherwise you can override this method to customize how the record is added to the hash.\n The hash property should be modified by reference.\n\n For example, your server may expect underscored root objects.\n\n ```app/serializers/application.js\n import RESTSerializer from '@ember-data/serializer/rest';\n import { underscoren} from '<app-name>/utils/string-utils';\n\n export default class ApplicationSerializer extends RESTSerializer {\n serializeIntoHash(data, type, snapshot, options) {\n let root = underscore(type.modelName);\n data[root] = this.serialize(snapshot, options);\n }\n }\n ```\n\n @method serializeIntoHash\n @public\n @param {Object} hash\n @param {Model} typeClass\n @param {Snapshot} snapshot\n @param {Object} options\n */\n serializeIntoHash(hash, typeClass, snapshot, options) {\n Object.assign(hash, this.serialize(snapshot, options));\n },\n\n /**\n `serializeAttribute` can be used to customize how `attr`\n properties are serialized\n\n For example if you wanted to ensure all your attributes were always\n serialized as properties on an `attributes` object you could\n write:\n\n ```app/serializers/application.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class ApplicationSerializer extends JSONSerializer {\n serializeAttribute(snapshot, json, key, attributes) {\n json.attributes = json.attributes || {};\n super.serializeAttribute(snapshot, json.attributes, key, attributes);\n }\n }\n ```\n\n @method serializeAttribute\n @public\n @param {Snapshot} snapshot\n @param {Object} json\n @param {String} key\n @param {Object} attribute\n */\n serializeAttribute(snapshot, json, key, attribute) {\n if (this._canSerialize(key)) {\n const type = attribute.type;\n let value = snapshot.attr(key);\n if (type) {\n const transform = this.transformFor(type);\n value = transform.serialize(value, attribute.options);\n }\n\n // if provided, use the mapping provided by `attrs` in\n // the serializer\n const schema = this.store.modelFor(snapshot.modelName);\n let payloadKey = this._getMappedKey(key, schema);\n\n if (payloadKey === key && this.keyForAttribute) {\n payloadKey = this.keyForAttribute(key, 'serialize');\n }\n\n json[payloadKey] = value;\n }\n },\n\n /**\n `serializeBelongsTo` can be used to customize how `belongsTo`\n properties are serialized.\n\n Example\n\n ```app/serializers/post.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class PostSerializer extends JSONSerializer {\n serializeBelongsTo(snapshot, json, relationship) {\n let key = relationship.name;\n let belongsTo = snapshot.belongsTo(key);\n\n key = this.keyForRelationship ? this.keyForRelationship(key, \"belongsTo\", \"serialize\") : key;\n\n json[key] = !belongsTo ? null : belongsTo.record.toJSON();\n }\n }\n ```\n\n @method serializeBelongsTo\n @public\n @param {Snapshot} snapshot\n @param {Object} json\n @param {Object} relationship\n */\n serializeBelongsTo(snapshot, json, relationship) {\n const name = relationship.name;\n\n if (this._canSerialize(name)) {\n const belongsToId = snapshot.belongsTo(name, { id: true });\n\n // if provided, use the mapping provided by `attrs` in\n // the serializer\n const schema = this.store.modelFor(snapshot.modelName);\n let payloadKey = this._getMappedKey(name, schema);\n if (payloadKey === name && this.keyForRelationship) {\n payloadKey = this.keyForRelationship(name, 'belongsTo', 'serialize');\n }\n\n //Need to check whether the id is there for new&async records\n if (!belongsToId) {\n json[payloadKey] = null;\n } else {\n json[payloadKey] = belongsToId;\n }\n\n if (relationship.options.polymorphic) {\n this.serializePolymorphicType(snapshot, json, relationship);\n }\n }\n },\n\n /**\n `serializeHasMany` can be used to customize how `hasMany`\n properties are serialized.\n\n Example\n\n ```app/serializers/post.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class PostSerializer extends JSONSerializer {\n serializeHasMany(snapshot, json, relationship) {\n let key = relationship.name;\n if (key === 'comments') {\n return;\n } else {\n super.serializeHasMany(...arguments);\n }\n }\n }\n ```\n\n @method serializeHasMany\n @public\n @param {Snapshot} snapshot\n @param {Object} json\n @param {Object} relationship\n */\n serializeHasMany(snapshot, json, relationship) {\n const name = relationship.name;\n\n if (this.shouldSerializeHasMany(snapshot, name, relationship)) {\n const hasMany = snapshot.hasMany(name, { ids: true });\n if (hasMany !== undefined) {\n // if provided, use the mapping provided by `attrs` in\n // the serializer\n const schema = this.store.modelFor(snapshot.modelName);\n let payloadKey = this._getMappedKey(name, schema);\n if (payloadKey === name && this.keyForRelationship) {\n payloadKey = this.keyForRelationship(name, 'hasMany', 'serialize');\n }\n\n json[payloadKey] = hasMany;\n // TODO support for polymorphic manyToNone and manyToMany relationships\n }\n }\n },\n\n /**\n You can use this method to customize how polymorphic objects are\n serialized. Objects are considered to be polymorphic if\n `{ polymorphic: true }` is pass as the second argument to the\n `belongsTo` function.\n\n Example\n\n ```app/serializers/comment.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class CommentSerializer extends JSONSerializer {\n serializePolymorphicType(snapshot, json, relationship) {\n let key = relationship.name;\n let belongsTo = snapshot.belongsTo(key);\n\n key = this.keyForAttribute ? this.keyForAttribute(key, 'serialize') : key;\n\n if (!belongsTo) {\n json[key + '_type'] = null;\n } else {\n json[key + '_type'] = belongsTo.modelName;\n }\n }\n }\n ```\n\n @method serializePolymorphicType\n @public\n @param {Snapshot} snapshot\n @param {Object} json\n @param {Object} relationship\n */\n serializePolymorphicType() {},\n\n /**\n `extractMeta` is used to deserialize any meta information in the\n adapter payload. By default Ember Data expects meta information to\n be located on the `meta` property of the payload object.\n\n Example\n\n ```app/serializers/post.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class PostSerializer extends JSONSerializer {\n extractMeta(store, typeClass, payload) {\n if (payload && payload.hasOwnProperty('_pagination')) {\n let meta = payload._pagination;\n delete payload._pagination;\n return meta;\n }\n }\n }\n ```\n\n @method extractMeta\n @public\n @param {Store} store\n @param {Model} modelClass\n @param {Object} payload\n */\n extractMeta(store, modelClass, payload) {\n if (payload && payload['meta'] !== undefined) {\n const meta = payload.meta;\n delete payload.meta;\n return meta;\n }\n },\n\n /**\n `extractErrors` is used to extract model errors when a call\n to `Model#save` fails with an `InvalidError`. By default\n Ember Data expects error information to be located on the `errors`\n property of the payload object.\n\n This serializer expects this `errors` object to be an Array similar\n to the following, compliant with the https://jsonapi.org/format/#errors specification:\n\n ```js\n {\n \"errors\": [\n {\n \"detail\": \"This username is already taken!\",\n \"source\": {\n \"pointer\": \"data/attributes/username\"\n }\n }, {\n \"detail\": \"Doesn't look like a valid email.\",\n \"source\": {\n \"pointer\": \"data/attributes/email\"\n }\n }\n ]\n }\n ```\n\n The key `detail` provides a textual description of the problem.\n Alternatively, the key `title` can be used for the same purpose.\n\n The nested keys `source.pointer` detail which specific element\n of the request data was invalid.\n\n Note that JSON-API also allows for object-level errors to be placed\n in an object with pointer `data`, signifying that the problem\n cannot be traced to a specific attribute:\n\n ```javascript\n {\n \"errors\": [\n {\n \"detail\": \"Some generic non property error message\",\n \"source\": {\n \"pointer\": \"data\"\n }\n }\n ]\n }\n ```\n\n When turn into a `Errors` object, you can read these errors\n through the property `base`:\n\n ```handlebars\n {{#each @model.errors.base as |error|}}\n <div class=\"error\">\n {{error.message}}\n </div>\n {{/each}}\n ```\n\n Example of alternative implementation, overriding the default\n behavior to deal with a different format of errors:\n\n ```app/serializers/post.js\n import JSONSerializer from '@ember-data/serializer/json';\n\n export default class PostSerializer extends JSONSerializer {\n extractErrors(store, typeClass, payload, id) {\n if (payload && typeof payload === 'object' && payload._problems) {\n payload = payload._problems;\n this.normalizeErrors(typeClass, payload);\n }\n return payload;\n }\n }\n ```\n\n @method extractErrors\n @public\n @param {Store} store\n @param {Model} typeClass\n @param {Object} payload\n @param {(String|Number)} id\n @return {Object} json The deserialized errors\n */\n extractErrors(store, typeClass, payload, id) {\n if (payload && typeof payload === 'object' && payload.errors) {\n // the default assumption is that errors is already in JSON:API format\n const extracted = {};\n\n payload.errors.forEach((error) => {\n if (error.source && error.source.pointer) {\n let key = error.source.pointer.match(SOURCE_POINTER_REGEXP);\n\n if (key) {\n key = key[2];\n } else if (error.source.pointer.search(SOURCE_POINTER_PRIMARY_REGEXP) !== -1) {\n key = PRIMARY_ATTRIBUTE_KEY;\n }\n\n if (key) {\n extracted[key] = extracted[key] || [];\n extracted[key].push(error.detail || error.title);\n }\n }\n });\n\n // if the user has an attrs hash, convert keys using it\n this.normalizeUsingDeclaredMapping(typeClass, extracted);\n\n // for each attr and relationship, make sure that we use\n // the normalized key\n typeClass.eachAttribute((name) => {\n const key = this.keyForAttribute(name, 'deserialize');\n if (key !== name && extracted[key] !== undefined) {\n extracted[name] = extracted[key];\n delete extracted[key];\n }\n });\n\n typeClass.eachRelationship((name) => {\n const key = this.keyForRelationship(name, 'deserialize');\n if (key !== name && extracted[key] !== undefined) {\n extracted[name] = extracted[key];\n delete extracted[key];\n }\n });\n\n return extracted;\n }\n\n return payload;\n },\n\n /**\n `keyForAttribute` can be used to define rules for how to convert an\n attribute name in your model to a key in your JSON.\n\n Example\n\n ```app/serializers/application.js\n import JSONSerializer from '@ember-data/serializer/json';\n import { underscore } from '<app-name>/utils/string-utils';\n\n export default class ApplicationSerializer extends JSONSerializer {\n keyForAttribute(attr, method) {\n return underscore(attr).toUpperCase();\n }\n }\n ```\n\n @method keyForAttribute\n @public\n @param {String} key\n @param {String} method\n @return {String} normalized key\n */\n keyForAttribute(key, method) {\n return key;\n },\n\n /**\n `keyForRelationship` can be used to define a custom key when\n serializing and deserializing relationship properties. By default\n `JSONSerializer` does not provide an implementation of this method.\n\n Example\n\n ```app/serializers/post.js\n import JSONSerializer from '@ember-data/serializer/json';\n import { underscore } from '<app-name>/utils/string-utils';\n\n export default class PostSerializer extends JSONSerializer {\n keyForRelationship(key, relationship, method) {\n return `rel_${underscore(key)}`;\n }\n }\n ```\n\n @method keyForRelationship\n @public\n @param {String} key\n @param {String} typeClass\n @param {String} method\n @return {String} normalized key\n */\n keyForRelationship(key, typeClass, method) {\n return key;\n },\n\n /**\n `keyForLink` can be used to define a custom key when deserializing link\n properties.\n\n @method keyForLink\n @public\n @param {String} key\n @param {String} kind `belongsTo` or `hasMany`\n @return {String} normalized key\n */\n keyForLink(key, kind) {\n return key;\n },\n\n // HELPERS\n\n /**\n @method transformFor\n @private\n @param {String} attributeType\n @param {Boolean} skipAssertion\n @return {Transform} transform\n */\n transformFor(attributeType, skipAssertion) {\n const transform = getOwner(this).lookup('transform:' + attributeType);\n\n assert(`Unable to find the transform for \\`attr('${attributeType}')\\``, skipAssertion || !!transform);\n\n return transform;\n },\n});\n\nexport default JSONSerializer;\n"],"names":["coerceId","id","undefined","toString","String","SOURCE_POINTER_REGEXP","SOURCE_POINTER_PRIMARY_REGEXP","PRIMARY_ATTRIBUTE_KEY","JSONSerializer","Serializer","extend","primaryKey","mergedProperties","applyTransforms","typeClass","data","attributes","eachTransformedAttribute","key","transform","transformFor","transformMeta","get","deserialize","options","normalizeResponse","store","primaryModelClass","payload","requestType","normalizeFindRecordResponse","arguments","normalizeQueryRecordResponse","normalizeFindAllResponse","normalizeFindBelongsToResponse","normalizeFindHasManyResponse","normalizeFindManyResponse","normalizeQueryResponse","normalizeCreateRecordResponse","normalizeDeleteRecordResponse","normalizeUpdateRecordResponse","normalizeSingleResponse","normalizeArrayResponse","normalizeSaveResponse","_normalizeResponse","isSingle","documentHash","included","meta","extractMeta","macroCondition","getGlobalConfig","WarpDrive","env","DEBUG","test","Error","normalize","ret","Array","length","i","l","item","concat","modelClass","resourceHash","normalizeUsingDeclaredMapping","links","extractId","type","modelName","extractAttributes","relationships","extractRelationships","lid","attributeKey","eachAttribute","keyForAttribute","extractRelationship","relationshipModelName","relationshipHash","isArray","modelFor","fields","has","modelNameFromPayloadKey","dasherize","singularize","extractPolymorphicRelationship","relationshipOptions","eachRelationship","relationshipMeta","relationship","relationshipKey","keyForRelationship","kind","polymorphic","linkKey","keyForLink","related","normalizeRelationships","hash","payloadKey","attrs","normalizedKey","_getMappedKey","relationshipsByName","warn","mappedKey","_canSerialize","serialize","_mustSerialize","shouldSerializeHasMany","snapshot","schema","relationshipType","determineRelationshipType","json","includeId","attribute","serializeAttribute","serializeBelongsTo","serializeHasMany","serializeIntoHash","Object","assign","value","attr","name","belongsToId","belongsTo","serializePolymorphicType","hasMany","ids","extractErrors","errors","extracted","forEach","error","source","pointer","match","search","push","detail","title","method","attributeType","skipAssertion","getOwner","lookup"],"mappings":";;;;;;AAEO,SAASA,QAAQA,CAACC,EAAa,EAAiB;EACrD,IAAIA,EAAE,KAAK,IAAI,IAAIA,EAAE,KAAKC,SAAS,IAAID,EAAE,KAAK,EAAE,EAAE;AAChD,IAAA,OAAO,IAAI;AACb,GAAC,MAAM,IAAI,OAAOA,EAAE,KAAK,QAAQ,EAAE;AACjC,IAAA,OAAOA,EAAE;AACX,GAAC,MAAM,IAAI,OAAOA,EAAE,KAAK,QAAQ,EAAE;AACjC,IAAA,OAAOA,EAAE,CAACE,QAAQ,EAAE;AACtB,GAAC,MAAM;IACL,OAAOC,MAAM,CAACH,EAAE,CAAC;AACnB;AACF;;ACZA;AACA;AACA;AAUA,MAAMI,qBAAqB,GAAG,4CAA4C;AAC1E,MAAMC,6BAA6B,GAAG,UAAU;AAChD,MAAMC,qBAAqB,GAAG,MAAM;;AAEpC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,MAAMC,cAAc,GAAGC,UAAU,CAACC,MAAM,CAAC;AACvC;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAKEC,EAAAA,UAAU,EAAE,IAAI;AAEhB;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;A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AI,CAACzF,KAAK,CAACyD,QAAQ,CAAC+B,QAAQ,CAAC3C,SAAS,CAAC;IACtD,MAAM6C,gBAAgB,GAAGD,MAAM,CAACE,yBAAyB,CAACxB,YAAY,EAAE,IAAI,CAACnE,KAAK,CAAC;AACnF,IAAA,IAAI,IAAI,CAACsF,cAAc,CAAC9F,GAAG,CAAC,EAAE;AAC5B,MAAA,OAAO,IAAI;AACb;AACA,IAAA,OAAO,IAAI,CAAC4F,aAAa,CAAC5F,GAAG,CAAC,KAAKkG,gBAAgB,KAAK,YAAY,IAAIA,gBAAgB,KAAK,YAAY,CAAC;GAC3G;AAED;AACA;AACF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAuCEL,EAAAA,SAASA,CAACG,QAAQ,EAAE1F,OAAO,EAAE;IAC3B,MAAM8F,IAAI,GAAG,EAAE;AAEf,IAAA,IAAI9F,OAAO,IAAIA,OAAO,CAAC+F,SAAS,EAAE;AAChC,MAAA,MAAMtH,EAAE,GAAGiH,QAAQ,CAACjH,EAAE;AACtB,MAAA,IAAIA,EAAE,EAAE;AACNqH,QAAAA,IAAI,CAAC,IAAI,CAAC3G,UAAU,CAAC,GAAGV,EAAE;AAC5B;AACF;AAEAiH,IAAAA,QAAQ,CAACrC,aA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"}
|