From 93e8551e48c064142d95b5181c2b4071390dbef1 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 27 Mar 2015 09:30:11 -0300 Subject: [PATCH] Updated binary_Serialization (markdown) --- binary_Serialization.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/binary_Serialization.md b/binary_Serialization.md index abb1b50..233d1ad 100644 --- a/binary_Serialization.md +++ b/binary_Serialization.md @@ -45,6 +45,10 @@ Following this is the actual packet contents, which varies for each type of pack ### 0: null ### 1: bool +Offset | Len | Type | Description +---|---|---|--- +4|4|Integer| 0 for False, 1 for True + ### 2: integer ### 3: float ### 4: string