File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ This fork intends to work both on Python 2.7 and Python 3.
21
21
Features
22
22
========
23
23
24
- * Java object instance unmarshaling
25
- * Java classes unmarshaling
26
- * Primitive values unmarshaling
27
- * Automatic conversion of Java Collections to python ones
28
- (_HashMap_ => dict, _ArrayList_ => list, etc)
24
+ * Java object instance unmarshaling
25
+ * Java classes unmarshaling
26
+ * Primitive values unmarshaling
27
+ * Automatic conversion of Java Collections to python ones
28
+ (_HashMap_ => dict, _ArrayList_ => list, etc)
29
29
30
30
Requirements
31
31
============
32
32
33
- * Python >= 2.7 or Python >= 3.2
34
- * Maven 2+ (for building test data of serialized objects.
35
- You can skip it if you do not plan to run tests.py)
33
+ * Python >= 2.7 or Python >= 3.2
34
+ * Maven 2+ (for building test data of serialized objects.
35
+ You can skip it if you do not plan to run tests.py)
36
36
37
37
Usage
38
38
=====
You can’t perform that action at this time.
0 commit comments