245246247248249250251252253254255
final TestRecord record = new TestRecord().setId(id); byte[] mapBytes; try { mapBytes = new JacksonDataCodec().mapToBytes(record.data()); } catch (final IOException e) { throw new RuntimeException(e); }