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