We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2df35a commit cb29701Copy full SHA for cb29701
abi-versions/v0.2.1/README.md
@@ -1932,8 +1932,8 @@ This function is never called.
1932
Non-empty maps are serialized as:
1933
- 32-bit integer containing the number of keys in the map,
1934
- a series of pairs of 32-bit integers containing length of key and value,
1935
-- a series of pairs of bytes containing key and value, separated by `NULL`
1936
- (`0x00`) character.
+- a series of pairs of byte sequences containing key and value, with each
+ key and value byte sequence terminated by a `NULL` (`0x00`) character.
1937
1938
e.g. the map `{{"a": "1"}, {"b": "22"}}` would be serialized as:
1939
- `0x02`,
0 commit comments