软件包 | 描述 |
---|---|
io.netty.handler.codec.marshalling |
解码器和编码器,它使用
JBoss Marshalling 。
|
io.netty.handler.codec.serialization |
编码器,解码器及其兼容性流实现将
Serializable 对象转换为字节缓冲区,反之亦然。
|
Modifier and Type | Class and Description |
---|---|
class |
MarshallingDecoder
解码器必须与 MarshallingEncoder 一起使用。
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDecoder
|
Copyright © 2008–2018 The Netty Project. All rights reserved.