626364656667686970
public void testEmployee() throws Exception { MappedSchema<Employee> schema = getSchema(Employee.class); Employee emp = CollectionTest.filledEmployee(); roundTrip(emp, schema, schema.getPipeSchema()); }