We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A CLMapValue of {"ONE": 2} incorrectly deserialises the key bytes prefixing it the length of the map eg:
The deserialised key CLStringValue "ONE" is populated with 01000000030000004f4e45 when it should be 030000004f4e45
The text was updated successfully, but these errors were encountered:
Merge pull request #250 from /issues/249
907f6af
Issues/249 - Fixes for byte serialisation of CLValues type when nested in collection types such as maps and lists etc
meywood
Successfully merging a pull request may close this issue.
A CLMapValue of {"ONE": 2} incorrectly deserialises the key bytes prefixing it the length of the map eg:
The deserialised key CLStringValue "ONE" is populated with 01000000030000004f4e45 when it should be 030000004f4e45
The text was updated successfully, but these errors were encountered: