253254255256257258259260261262263
encoder.reset(); int sectionNumber = 0; for(Section section : sections) { encoder.encodeObject(section); } Binary encoding = encoder.getEncoding(); ByteBuffer payload = encoding.asByteBuffer();
205206207208209210211212213214215
226227228229230231232233234235236
268269270271272273274275276277278
274275276277278279280281282283284