Example #1
0
 protected override void Encode(IChannelHandlerContext context, T message, IByteBuffer output)
 {
     output.WriteBytes(ProtocolUtil.MessageToByteBuf(message));
 }