Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MessagePackMapper#handleBigIntegerAndBigDecimalAsString #768

Merged
merged 2 commits into from
Oct 1, 2023

Conversation

komamitsu
Copy link
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 github-actions bot added the doc label Sep 30, 2023
@komamitsu komamitsu merged commit 8d514ba into main Oct 1, 2023
@komamitsu komamitsu deleted the handle-bigint-as-string branch October 1, 2023 01:45
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