From this point, you can safely assume that what's pickled with pickle.dumps() in Python 2 can be converted back to the real object in Python 3 with pickle.loads(), and vise versa. However, note that ...
This is a fork of streaming-pickle (as of when it lived on Google Code), which, as one might guess, is a streaming version of Pickle. Pickle is the built in serialization library in Python. This ...