Hey guys, I've started work on JUnpickler - an Unpickler for Java. The Jython project has been going a little slow lately so I thought this would be a nice addition to the community (plus I'll probably need it for my work anyway) - So here is a bit of code I wrote (its my first open source contribution) which takes pickle data (protocol 2) and deserializes it into a Java object.
http://code.brainwavelive.com/unpickler I plan to use this in conjunction with a different process running a Pyro daemon for IPC based object passing. Thoughts? Comments? Contributors? Prateek Sureka http://www.brainwavelive.com -- http://mail.python.org/mailman/listinfo/python-list