org.msgpack.template
Class MessagePackableTemplate
java.lang.Object
org.msgpack.template.AbstractTemplate<MessagePackable>
org.msgpack.template.MessagePackableTemplate
- All Implemented Interfaces:
- Template<MessagePackable>
public class MessagePackableTemplate
- extends AbstractTemplate<MessagePackable>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
write
public void write(Packer pk,
MessagePackable target,
boolean required)
throws IOException
- Throws:
IOException
read
public MessagePackable read(Unpacker u,
MessagePackable to,
boolean required)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.