Class NumberTransform public
Module:
@ember-data/serializer
The NumberTransform class is used to serialize and deserialize
numeric attributes on Ember Data record objects. This transform is
used when number is passed as the type parameter to the
attr function.
Usage
```js {data-filename=app/models/score.js} import Model, { attr, belongsTo } from '@ember-data/model';
export default class ScoreModel extends Model {