Started implementing object serialization
[sandbox] / serial / serial / tags.py
index 0409d92..4136c77 100644 (file)
@@ -16,6 +16,8 @@ UTF8 = 0x21
 UTF16 = 0x22
 UTF32 = 0x23
 TUPLE = 0x30
+LIST = 0x31
+OBJECT = 0x32
 
 TaggedObject = collections.namedtuple(
     'TaggedObject',