| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.marshalling | Decoder and Encoder which uses JBoss Marshalling. | 
| org.jboss.netty.handler.codec.serialization | Encoder, decoder and their compatibility stream implementations which
 transform a  Serializableobject into a byte buffer and
 vice versa. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MarshallingDecoderDecoder which MUST be used with  MarshallingEncoder. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ObjectDecoderA decoder which deserializes the received  ChannelBuffers into Java
 objects. | 
Copyright © 2008-2013 The Netty Project. All Rights Reserved.