5556575859606162636465
*/ @Override protected void p_serializeToBuffer(ByteBuffer b) throws IOException { FastSerializer fs = new FastSerializer(); try { fs.writeShort(this.block_id); } catch (IOException ex) { throw new RuntimeException(ex); } b.put(fs.getBuffer()); }