This repository was archived by the owner on Mar 13, 2020. It is now read-only.
This repository was archived by the owner on Mar 13, 2020. It is now read-only.
Structs' fields should be serialized in lexicographical order #4
Open
Description
Structs are encoded as dictionaries, so fields' names (keys) should be serialized in the in lexicographical order. In accordance with specification:
For each possible (complex) value, there is only a single valid 1coding; i.e. there is a bijection between values and their encodings.
...
A dictionary is encoded asd<contents>e
. The elements of the dictionary are 1coded each key immediately followed by its value. All keys must be byte strings and must appear in lexicographical order.
Metadata
Metadata
Assignees
Labels
No labels