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

BigDecimal fields can't be serialized #168

Open
badgerwithagun opened this issue Feb 15, 2018 · 0 comments
Open

BigDecimal fields can't be serialized #168

badgerwithagun opened this issue Feb 15, 2018 · 0 comments
Assignees
Milestone

Comments

@badgerwithagun
Copy link

At the moment if you try and use Mongojack with an object with a BigDecimal JsonProperty, you get an error, presumably because there was no good way of saving such objects to earlier versions of MongoDB.

Decimal128 has recently been introduced to BSON in 3.4+ which can be freely converted to/from BigDecimal and was introduced for this purpose.

@cfogrady cfogrady self-assigned this Mar 20, 2018
@cfogrady cfogrady added this to the 2.9 milestone Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants