org.msgpack.template
Class ValueTemplate

java.lang.Object
  extended by org.msgpack.template.AbstractTemplate<Value>
      extended by org.msgpack.template.ValueTemplate
All Implemented Interfaces:
Template<Value>

public class ValueTemplate
extends AbstractTemplate<Value>


Method Summary
static ValueTemplate getInstance()
           
 Value read(Unpacker u, Value to, boolean required)
           
 void write(Packer pk, Value target, boolean required)
           
 
Methods inherited from class org.msgpack.template.AbstractTemplate
read, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.