Skip to content

guywithface/python-javaobj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-javaobj

This project is a fork of python-javaobj by Volodymyr Buell, from http://code.google.com/p/python-javaobj/

From the original project site:

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. javaobj module exposes an API familiar to users of the standard library marshal, pickle and json modules.

This fork intends to work both on Python 2.7 and Python 3.

TODO

  • Correct tests (Swing, ...)

About

Fork of python-javaobj from http://code.google.com/p/python-javaobj/

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 82.3%
  • Java 17.7%