Python Unpickler for Java

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Prateek

    #1

    Python Unpickler for Java

    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.



    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


Working...