| Package | Description | 
|---|---|
| io.netty.handler.codec.marshalling | Decoder and Encoder which uses JBoss Marshalling. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultMarshallerProviderDefault implementation of  MarshallerProviderwhich just create a newMarshalleron everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)call. | 
| class  | ThreadLocalMarshallerProviderUnmarshallerProviderimplementation which use aThreadLocalto store references
 toMarshallerinstances. | 
| Constructor and Description | 
|---|
| CompatibleMarshallingEncoder(MarshallerProvider provider)Create a new instance of the  CompatibleMarshallingEncoder | 
| MarshallingEncoder(MarshallerProvider provider)Creates a new encoder. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.