We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73da37e commit b8ecd1dCopy full SHA for b8ecd1d
README.md
README.rst
@@ -0,0 +1,16 @@
1
+python-javaobj
2
+##############
3
+
4
+This project is a fork of python-javaobj by Volodymyr Buell, from
5
+http://code.google.com/p/python-javaobj/
6
7
+From the original project site:
8
9
+ Provides functions for reading and writing (writing is WIP currently)
10
+ Java objects serialized or will be deserialized by ObjectOutputStream.
11
+ This form of object representation is a standard data interchange format
12
+ in Java world. javaobj module exposes an API familiar to users of the
13
+ standard library marshal, pickle and json modules.
14
15
16
+This fork intends to work both on Python 2.7 and Python 3.
0 commit comments