System.out.println(newrow);
}
@Test
public void testRowSerialization() throws IOException, ClassNotFoundException {
Update u = new Update();
u.bag = "23";
u.owner = "1";
u.created = System.currentTimeMillis();
u.updated = System.currentTimeMillis();
u.image = "1";