Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Nov 9, 2022
1 parent b7e3a86 commit cc863d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ Object has 1byte unsigned byte as member count in header. Member count allows `0

`(byte memberCount, [varint byte-length-of-values...], [values...])`

Version Tolerant Object is similar as Object but has byte length of values in header. varint follows these sepc, first sbyte is value or typeCode and next X byte is value. 0~127 = unsigned byte value, -1~-120 = signed byte value, -121 = byte, -122 = sbyte, -123 = ushort, -124 = short, -125 = uint, -126 = int, -127 = ulong, -128 = long.
Version Tolerant Object is similar as Object but has byte length of values in header. varint follows these sepc, first sbyte is value or typeCode and next X byte is value. 0 to 127 = unsigned byte value, -1 to -120 = signed byte value, -121 = byte, -122 = sbyte, -123 = ushort, -124 = short, -125 = uint, -126 = int, -127 = ulong, -128 = long.

### Tuple

Expand Down

0 comments on commit cc863d4

Please sign in to comment.