* section.
*/
@Test
public void testElidedEntities() throws IOException {
PersistentEmployee e = makePersistentEmployee();
e.markPersistent();
StringWriter out = new StringWriter();
flatpack.getPacker().pack(FlatPackEntity.entity(e), out);
JsonObject payload = new JsonParser().parse(out.toString()).getAsJsonObject();