public static class BigDecimalSerialization.BigDecimalDeserializer extends java.lang.Object
| Constructor and Description |
|---|
BigDecimalDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.math.BigDecimal |
deserialize(java.math.BigDecimal existing) |
void |
open(java.io.InputStream in) |
public BigDecimalDeserializer()
public void open(java.io.InputStream in) throws java.io.IOException
java.io.IOExceptionpublic java.math.BigDecimal deserialize(java.math.BigDecimal existing) throws java.io.IOException
java.io.IOExceptionpublic void close() throws java.io.IOException
java.io.IOExceptionCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.