| Interface | Description |
|---|---|
| Codec<M> |
An object responsible for encoding and decoding a given type of message.
|
| Class | Description |
|---|---|
| GsonCodec<M> |
Implementation of
Codec using Gson. |
| GZipCodec<M> |
A
Codec wrapper using GZip. |
| Exception | Description |
|---|---|
| EncodingException |
Exception thrown if an error occurs whilst encoding/decoding a message.
|
| Annotation Type | Description |
|---|---|
| Message |
Copyright © 2020. All rights reserved.