Skip to content

JPype support #28

@Thrameos

Description

@Thrameos

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions