hydrateList
function
Makes a list type object given raw data.
connection.hydrateList(listData, set)
Calls hydrateInstance with each raw instance data item and then calls list with an array of the instances. If list is not provided, a normal array is used.