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