updatedList
function
Updates a list with new data.
connection.updatedList( list, listData, set )
Hydrates instances with listData's data
and attempts to merge them into list. The merge is able to identify simple insertions
and removals of elements instead of replacing the entire list.