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