org.msgpack.template
Class BigDecimalTemplate

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

public class BigDecimalTemplate
extends AbstractTemplate<BigDecimal>


Method Summary
static BigDecimalTemplate getInstance()
           
 BigDecimal read(Unpacker u, BigDecimal to, boolean required)
           
 void write(Packer pk, BigDecimal 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,
                  BigDecimal target,
                  boolean required)
           throws IOException
Throws:
IOException

read

public BigDecimal read(Unpacker u,
                       BigDecimal to,
                       boolean required)
                throws IOException
Throws:
IOException

getInstance

public static BigDecimalTemplate getInstance()


Copyright © 2011. All Rights Reserved.