Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cafebazaar/blacksmith
/ serializeValue
Function
serializeValue
web/static/bower_components/angular/angular.js:9289–9294 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
9287
};
9288
9289
function
serializeValue(v) {
9290
if
(isObject(v)) {
9291
return
isDate(v) ? v.toISOString() : toJson(v);
9292
}
9293
return
v;
9294
}
9295
9296
9297
function
$HttpParamSerializerProvider() {
Callers
2
$HttpParamSerializerProvider
Function · 0.85
serialize
Function · 0.85
Calls
3
isObject
Function · 0.85
isDate
Function · 0.85
toJson
Function · 0.85
Tested by
no test coverage detected