types
types copied to clipboard
♻️ Stabilization of `NegativeInteger` type
📝 Description
We want to stabilize the NegativeInteger type and its serializers.
🔗 Dependencies
This issue is blocked by the following items:
- [ ] #821
- [ ] #826
- [ ] #829
- [ ] #830
✅ Checklist
See the Issue implementation section in the contributing guidelines before addressing the following checklist.
- [ ] ♻️ Stabilize the
NegativeIntegertype. - [ ] ♻️ Stabilize the
NegativeInteger.Companion.stringSerializer()function. - [ ] 📝 Update the unreleased changelog for this issue.