| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.marshalling |
Decoder and Encoder which uses JBoss Marshalling.
|
| io.netty.handler.codec.serialization |
Encoder, decoder and their compatibility stream implementations which
transform a
Serializable object into a byte buffer and
vice versa. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MarshallingDecoder
Decoder which MUST be used with
MarshallingEncoder. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ObjectDecoder
A decoder which deserializes the received
ByteBufs into Java
objects. |