From 332cb293c4194fe45d5bf294caf3652161e65675 Mon Sep 17 00:00:00 2001 From: punto- Date: Fri, 27 Mar 2015 19:18:01 -0300 Subject: [PATCH] added some missing headers --- binary_Serialization.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/binary_Serialization.md b/binary_Serialization.md index 1d04b5f..0754a6f 100644 --- a/binary_Serialization.md +++ b/binary_Serialization.md @@ -127,6 +127,8 @@ Offset | Len | Type | Description ### 11: aabb (rect3) +Offset | Len | Type | Description +---|---|---|--- 4|4|Float| X Coordinate 8|4|Float| Y Coordinate 12|4|Float| Z Coordinate @@ -195,16 +197,22 @@ Offset | Len | Type | Description ####For Old Format: +Offset | Len | Type | Description +---|---|---|--- 8|X|Bytes| UTF-8 Encoded String Padded to 4 bytes. ####For New Format: +Offset | Len | Type | Description +---|---|---|--- 4|4|Integer| Sub-Name Count 8|4|Integer| Flags (absolute: val&1 != 0 ) For each Name and Sub-Name +Offset | Len | Type | Description +---|---|---|--- X+0|4|Integer| String Length X+4|X|Bytes| UTF-8 Encoded String @@ -262,6 +270,8 @@ Offset | Len | Type | Description For each String: +Offset | Len | Type | Description +---|---|---|--- X+0|4|Integer| String Length X+4|X|Bytes| UTF-8 Encoded String