public interface Marshaller
| Modifier and Type | Method and Description |
|---|---|
void |
marshall(org.reveno.atp.core.api.channel.Buffer buffer,
Message message)
Marshals given message to specified buffer.
|
Message |
unmarshall(org.reveno.atp.core.api.channel.Buffer buffer)
Reads message from provided buffer.
|
void marshall(org.reveno.atp.core.api.channel.Buffer buffer,
Message message)
buffer - into which message will be marshalledmessage - which will be marshalledMessage unmarshall(org.reveno.atp.core.api.channel.Buffer buffer)
buffer - from which message data will be readCopyright © 2015 Artem Dmitriev. All Rights Reserved.