| Modifier and Type | Method and Description |
|---|---|
M |
decode(byte[] buf)
Decodes the message.
|
byte[] |
encode(M message)
Encodes the message.
|
byte[] encode(M message) throws EncodingException
message - the message objectEncodingException - if encoding failedM decode(byte[] buf) throws EncodingException
buf - the encoded messageEncodingException - if decoding failedCopyright © 2020. All rights reserved.