Serialization/deserialization for lists
[sandbox] / serial / serial / tags.py
index 0409d92..b1edfb7 100644 (file)
@@ -16,6 +16,7 @@ UTF8 = 0x21
 UTF16 = 0x22
 UTF32 = 0x23
 TUPLE = 0x30
+LIST = 0x31
 
 TaggedObject = collections.namedtuple(
     'TaggedObject',