Implement decodePacked #1507
Unanswered
BerkliumBirb
asked this question in
Idea / Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now there's only encodePacked but no companion function to do decode.
As far as I understand the problem with decoding is that you can't do it if there are two or more types and that some times you have to start decoding from the end of the binary string.
I think that this challenge can be overcomed by throwing errors when type definition contains two dynamic types.
Beta Was this translation helpful? Give feedback.
All reactions