public static class ControlTunnel.ProtoSerDe<MSG extends com.google.protobuf.MessageLite> extends Object implements Controller.CustomSerDe<MSG>
| Modifier and Type | Method and Description |
|---|---|
MSG |
deserializeReceived(byte[] bytes) |
byte[] |
serializeToSend(MSG send) |
public byte[] serializeToSend(MSG send)
serializeToSend in interface Controller.CustomSerDe<MSG extends com.google.protobuf.MessageLite>public MSG deserializeReceived(byte[] bytes) throws Exception
deserializeReceived in interface Controller.CustomSerDe<MSG extends com.google.protobuf.MessageLite>ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.