public void writeTo(ChannelBuffer bb) {
   WRITER.write(bb, this);
 }
 public void writeTo(ByteBuf bb) {
   WRITER.write(bb, this);
 }