Class BigIntegerAdapter
-
- All Implemented Interfaces:
public final class BigIntegerAdapter
-
-
Constructor Summary
Constructors Constructor Description BigIntegerAdapter()
-
Method Summary
Modifier and Type Method Description final StringtoJson(BigInteger value)final BigIntegerfromJson(String value)-
-
Method Detail
-
toJson
final String toJson(BigInteger value)
-
fromJson
final BigInteger fromJson(String value)
-
-
-
-