-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Not sure it this is any help, but I added support for pickling of Java objects to JPype. I was looking for solutions to issues during that effort and ran across this library. However, I ultimately ended up using a pure Java solution to achieve the required effect largely because writeObject overloaded based Java classes were too difficult to support from within Python directly. That and the fact that ObjectOutputStream is not an an interface made it hard to go any other direction. I know there are significant differences between using Python to pickle Java and a library to read and write serialization files from within Python, but I felt I should keep this effort informed.
Metadata
Metadata
Assignees
Labels
No labels