Is there a way to serialize a BigInteger field in simple format as a field in a JavaScript JavaScript object, rather than a numeric value in exponential notation (which is Jackson's default behavior)?
You can use a specific serializer defined using JsonSerialize annotation
http://jackson.codehaus.org/1.2.1/javadoc/org/codehaus/jackson/map/annotate/JsonSerialize.html
The problem is similar to this question:
Java for Jackson JSON Serialization: Money Fields
Source: https://habr.com/ru/post/1434629/More articles:Detecting if any command line options have been specified more than once using optparse or argparse - pythonSignal Strength for Android Wifi - androidsleeping oracle problem - oracleRound view image in ios - iosWhen did Internet Explorer introduce the readyState property for a document object? - javascriptForcing the reference category in the logistic model in R - rORA-00918: a column is ambiguous: how to find a column - oracleMaven API for C # - c #WebSphere MQ and Atomicos - Messages lost at process termination - ibm-mqSearching for weather using Java - javaAll Articles