}
}, "id", "phone", "point", "iq", "height", "lifeFormId", "salary", "birthday", "name", "sign", "male", "site");
User user = new User();
Tuple tuple = mapping.toTuple(user);
User userCopy = mapping.fromTuple(tuple);
assertArrayEquals(tuple.pack(), mapping.toTuple(userCopy).pack());
assertEquals(user.getSite(), userCopy.getSite());
}
@org.tarantool.facade.annotation.Tuple(space = 0)
public static class Tester {