| 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  
Serializable object into a byte buffer and
 vice versa. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MarshallingDecoder
Decoder which MUST be used with  
MarshallingEncoder. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ObjectDecoder
A decoder which deserializes the received  
ChannelBuffers into Java
 objects. | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.