com.googlecode.mobilityrpc.protocol.converters.messages
Class ExecutionResponseMessageConverter
java.lang.Object
com.googlecode.mobilityrpc.protocol.converters.MessageConverter<ExecutionResponse>
com.googlecode.mobilityrpc.protocol.converters.messages.ExecutionResponseMessageConverter
public class ExecutionResponseMessageConverter
- extends MessageConverter<ExecutionResponse>
- Author:
- Niall Gallagher
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionResponseMessageConverter
public ExecutionResponseMessageConverter()
fromProtobuf
protected ExecutionResponse fromProtobuf(byte[] bytes)
throws Exception
- Specified by:
fromProtobuf in class MessageConverter<ExecutionResponse>
- Throws:
Exception
toProtobuf
protected byte[] toProtobuf(ExecutionResponse object)
throws Exception
- Specified by:
toProtobuf in class MessageConverter<ExecutionResponse>
- Throws:
Exception
Copyright © 2016. All rights reserved.