MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / serializeValue

Function serializeValue

lib/test/angular/1.8.0/angular.js:11952–11957  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

11950var $httpMinErr = minErr('$http');
11951
11952function serializeValue(v) {
11953 if (isObject(v)) {
11954 return isDate(v) ? v.toISOString() : toJson(v);
11955 }
11956 return v;
11957}
11958
11959
11960/** @this */

Callers 2

serializeFunction · 0.70

Calls 3

isObjectFunction · 0.70
isDateFunction · 0.70
toJsonFunction · 0.70

Tested by

no test coverage detected