Open james-hu opened 9 years ago
You are correct. 997657654534536567567098675564232435535656766576876899 is a very long number. It could be the case that if you map it to a Java object that has a bignumber property that it does work. Look at Conversion.java. It would get handled there if it is handled. It might be. If it is not, we do accept pull requests.
The code in NumberValue.java is:
If the number is very long, for example, 997657654534536567567098675564232435535656766576876899, the deserialized object will be of Long type and probably (at least in this case) with a value of zero.