Class CompatibleMarshallingEncoder

All Implemented Interfaces:
ChannelHandler, ChannelOutboundHandler

@Sharable public class CompatibleMarshallingEncoder extends MessageToByteEncoder<Object>
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal an Object. See JBoss Marshalling website for more information Use MarshallingEncoder if possible.