public interface  io.netty.handler.codec.marshalling.MarshallerProvider extends java.lang.Object
{
public abstract org.jboss.marshalling.Marshaller getMarshaller(io.netty.channel.ChannelHandlerContext) throws java.lang.Exception;
}