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 MarshallingException
MarshallingException
public static BigInteger deserializeBigInteger(String bigIntValue) throws MarshallingException
bigIntValue
- MarshallingException
Copyright © 2020. All Rights Reserved.