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