SEND - The class that is expected to be sent.RECEIVE - The class that is expected to received.public static interface Controller.CustomSerDe<MSG>
| Modifier and Type | Method and Description |
|---|---|
MSG |
deserializeReceived(byte[] bytes) |
byte[] |
serializeToSend(MSG send) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.