// Now we need to read it using the non-zip annotation
TestObjectifyFactory fact2 = new TestObjectifyFactory();
fact2.register(HasSerialize.class);
HasSerialize fetched = fact2.begin().load().type(HasSerialize.class).id(hs.id).now();
assert fetched.numbers.equals(hs.numbers);
}
@Test
public void testSerializeUnzipButReadZip() throws Exception