File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Open diff view settings
Original file line number Diff line number Diff line change 11# python-javaobj
22
33python-javaobj is a python library that provides functions for reading and writing (writing is WIP currently) Java objects
4- serialized or will be deserialized by !ObjectOutputStream . This form of object
4+ serialized or will be deserialized by _ ObjectOutputStream _ . This form of object
55representation is a standard data interchange format in Java world.
66
77javaobj module exposes an API familiar to users of the standard library marshal, pickle and json modules.
@@ -11,7 +11,7 @@ javaobj module exposes an API familiar to users of the standard library marshal,
1111 * Java object instance unmarshaling
1212 * Java classes unmarshaling
1313 * Primitive values unmarshaling
14- * Automatic conversion of Java Collections to python ones (!HashMap => dict, !ArrayList => list, etc)
14+ * Automatic conversion of Java Collections to python ones (_ HashMap _ => dict, _ ArrayList _ => list, etc)
1515
1616## Requirements
1717
You can’t perform that action at this time.
0 commit comments