Restore form data from previous serialzie

Hi
Is there a way to restore form data including input texts, radio selection, checkbox(s), list selections …etc if once could do:

var data = $('form').serialzie();
//then later on for reload.
form.restoreFromSer(data); ?

Thanks