org.msgpack.template
Class BigDecimalTemplate
java.lang.Object
org.msgpack.template.AbstractTemplate<BigDecimal>
org.msgpack.template.BigDecimalTemplate
- All Implemented Interfaces:
- Template<BigDecimal>
public class BigDecimalTemplate
- extends AbstractTemplate<BigDecimal>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.