Add MessagePackMapper#handleBigIntegerAndBigDecimalAsString by komamitsu · Pull Request #768 · msgpack/msgpack-java
Context
We've already added MessagePackMapper#handleBigDecimalAsString in #745 to easily handle BigDecimal as String internally. BigInteger has a similar issue and should be handled as well.
Changes
This PR adds MessagePackMapper#handleBigIntegerAndBigDecimalAsString to handle both BigInteger and BigDecimal as String.