[KBSON-6] Add support for Decimal128 Created: 24/Aug/22 Updated: 28/Oct/23 Resolved: 15/Sep/22 |
|
| Status: | Closed |
| Project: | Kotlin BSON |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Christian Melchior (Inactive) | Assignee: | Jeffrey Yemin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Epic Link: | Initial KBson release |
| Description |
|
Add support for a public `Decimal128` type similar to the Java BSON library. Given that the `Decimal128` class on Java contains quite a few JVM specific classes like `BigDecimal`, making a Multiplatform implementation of this might be challenge. The Realm Kotlin SDK do need an implementation for JVM, Android, iOS and macOS though, so initial efforts could be on finding something that works for these platforms. |