python3-javaobj

read and write Java objects serialized by ObjectOutputStream

Description

python-javaobj is a Python library that provides functions for reading and writing (writing is WIP currently) Java objects serialized or will be deserialized by ObjectOutputStream. This form of object representation is a standard data interchange format in Java world.

The javaobj module exposes an API familiar to users of the standard library marshal, pickle and json modules.

 * Java object instance un-marshalling
 * Java classes un-marshalling
 * Primitive values un-marshalling
 * Automatic conversion of Java Collections to Python ones
   (HashMap => dict, ArrayList => list, etc.)
 * Basic marshalling of simple Java objects (v1 implementation only)

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/tcalmant/python-javaobj


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-javaobj