That's not possible. The thing is: a datarow can't live on its own: it relies on the datatable it's in, because a datarow is simply an object[] array (with here andthere some methods)
So to serialize a row, you need to serialize the table its in as well.