Class DefaultUnmarshallerProvider

java.lang.Object
io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
All Implemented Interfaces:
UnmarshallerProvider
Direct Known Subclasses:
ContextBoundUnmarshallerProvider

public class DefaultUnmarshallerProvider extends Object implements UnmarshallerProvider
Default implementation of UnmarshallerProvider which will just create a new Unmarshaller on every call to getUnmarshaller(ChannelHandlerContext) Security: serialization can be a security liability, and should not be used without defining a list of classes that are allowed to be deserialized. This explicitly needs to be done via MarshallingConfiguration, missing to do so is a security risk.