c# core: Add documentation for untagged bonded.

This commit is contained in:
Ted Stein 2017-08-14 11:02:55 -07:00 коммит произвёл Christopher Warrington
Родитель b1c16dcada
Коммит 8c9f427d08
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -53,6 +53,13 @@
key, mapped each item encoded according to its type
.-------. .-----------.
bonded | count | | marshaled |
'-------' '-----------'
count uint32 count of bytes (always fixed-width, even in v2)
marshaled a marshaled payload
*/
#endregion