Packages 
Package Description
io.netty.contrib.handler.codec.json
JSON specific codecs.
io.netty.contrib.handler.codec.marshalling
Decoder and Encoder which uses JBoss Marshalling.
io.netty.contrib.handler.codec.protobuf
Encoder and decoder which transform a Google Protocol Buffers Message and MessageNano into a Buffer and vice versa.
io.netty.contrib.handler.codec.serialization
Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa.
io.netty.contrib.handler.codec.xml
Xml specific codecs.