APIs

Show:
/**
  @module ember-flexberry
*/

import OdataSerializer from 'ember-flexberry-data/serializers/odata';

/**
  Serializer for settings of {{#crossLink "IISCaseberryLoggingObjectsApplicationLog"}}IISCaseberryLoggingObjectsApplicationLog{{/crossLink}} model.

  @class IISCaseberryLoggingObjectsApplicationLogSerializer
*/
export default OdataSerializer.extend({
  attrs: {
  },

  /**
    The primaryKey is used when serializing and deserializing data.
    [More info](http://emberjs.com/api/data/classes/DS.RESTSerializer.html#property_primaryKey).

    @property primaryKey
    @type String
    @default '__PrimaryKey'
   */
  primaryKey: '__PrimaryKey',
});