| Package | Description |
|---|---|
| io.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
| Class and Description |
|---|
| DefaultUnmarshallerProvider
Default implementation of
UnmarshallerProvider which will just create a new Unmarshaller
on every call to DefaultUnmarshallerProvider.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. |
| MarshallerProvider
This provider is responsible to get a
Marshaller for the given ChannelHandlerContext. |
| UnmarshallerProvider
This provider is responsible to get an
Unmarshaller for a ChannelHandlerContext |
Copyright © 2008–2026 The Netty Project. All rights reserved.