public class BigIntegerMarshaller extends Object
| Constructor and Description |
|---|
BigIntegerMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
deserializeBigInteger(String bigIntValue)
convert a String to a BigInteger
The String must be greater or equal to 0
|
static String |
serializeBigInteger(BigInteger bigInt) |
public static String serializeBigInteger(BigInteger bigInt) throws org.jibx.runtime.JiBXException
org.jibx.runtime.JiBXExceptionpublic static BigInteger deserializeBigInteger(String bigIntValue) throws org.jibx.runtime.JiBXException
bigIntValue - org.jibx.runtime.JiBXExceptionCopyright © 2014. All Rights Reserved.