feat(boolean): add raw parts methods to the ClientKey #759
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR content/description
While working on forward compatibility it appears that some struct have no way of being deconstructed and reconstructed for data migration purposes.
This PR is a very small example on the boolean::ClientKey to align on the design of these APIs. Expect a lot of small PRs with a similar goal and once we agree here on the design, a very similar design.
This current patch is aimed at the release/0.4.x branch but will also be added to the main branch as the APIs to reconstruct will be used for data migration from 0.4 to 0.5 and later on deconstruction primitives will be used for migration from 0.5 to 0.6
added:
Check-list:
* [ ] Relevant issues are marked as resolved/closed, related issues are linked in the description