Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
MarshallingDecoder
Decoder which MUST be used with
MarshallingEncoder . |
Modifier and Type | Class and Description |
---|---|
class |
ObjectDecoder
A decoder which deserializes the received
ByteBuf s into Java
objects. |
Copyright © 2008–2018 The Netty Project. All rights reserved.