Description This is a python implementation of PHP's native serialize() and unserialize() functions. Taken along with my perl serialize implementation, this code will enable you to transfer simple data structures between PHP, Python, and Perl using PHP's data serialization format. This code aims to be a very lightweight data transport layer between PHP, perl and python using PHP's native s

