| Package | Description | 
|---|---|
| org.jboss.netty.handler.codec.marshalling | Decoder and Encoder which uses JBoss Marshalling. | 
| Class and Description | 
|---|
| DefaultUnmarshallerProvider Default implementation of  UnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext) | 
| MarshallerProvider This provider is responsible to get a  Marshallerfor the givenChannelHandlerContext. | 
| UnmarshallerProvider This provider is responsible to get an  Unmarshallerfor aChannelHandlerContext | 
Copyright © 2008-2014 The Netty Project. All Rights Reserved.