| 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
ByteBufs into Java
objects. |
Copyright © 2008–2015 The Netty Project. All rights reserved.