Ability to Get All Data From a DataView

See here: viewtopic.php?f=8&t=34080&p=107101#p107101

I would like a single call to get all the dataviews data based on the current state of it. something like: .getAll()

You can use code like next

var data = dataview.serialize();