Class CompatibleMarshallingEncoder

java.lang.Object
org.jboss.netty.handler.codec.oneone.OneToOneEncoder
org.jboss.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
All Implemented Interfaces:
ChannelDownstreamHandler, ChannelHandler

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