serializeList
Returns the properties of a list that should be sent to the data source when saving. Done by calling
list.serialize()
.
connection.serializeList(list)
Simply calls serialize on the list
argument.
Parameters
- list
{List}
:the list to serialize