FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add MessagePackMapper#handleBigIntegerAndBigDecimalAsString by komamitsu · Pull Request #768 · msgpack/msgpack-java · GitHub

Add MessagePackMapper#handleBigIntegerAndBigDecimalAsString - #768

Merged
komamitsu merged 2 commits into
mainfrom
handle-bigint-as-string
Oct 1, 2023
Merged

Add MessagePackMapper#handleBigIntegerAndBigDecimalAsString#768
komamitsu merged 2 commits into
mainfrom
handle-bigint-as-string

Conversation

Copy link
Copy Markdown
Member

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.

github-actions Bot added the doc label Sep 30, 2023
komamitsu merged commit 8d514ba into main Oct 1, 2023
komamitsu deleted the handle-bigint-as-string branch October 1, 2023 01:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL