示例#1
0
 def _decode_(self, decodePacket):
     """Decodes the provided packet snippet into a string.
     
     decodePacket -- the list to be converted into a string.
     """
     return utilities.listToString(decodePacket)
示例#2
0
 def toString(self):
     """A shortcut to get the serialized packet in the format of a string."""
     return utilities.listToString(self)