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