De-serialize a sortable

De-serialize a sortable

Hi, anyone know an easy way to deserialize a jQuery sortable? I have serialized a set of div's using sortable's toArray and serialize methods, and now (on page load) need to re-sort the div's according to this array.

~gilbert