Class MarshallingDecoder

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class MarshallingDecoder extends LengthFieldBasedFrameDecoder
Decoder which MUST be used with MarshallingEncoder. A LengthFieldBasedFrameDecoder which use an Unmarshaller to read the Object out of the ByteBuf.