Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb64e80

Browse filesBrowse files
vbuellYour New Committer Name
authored andcommitted
README markup fixes
1 parent 8f64133 commit cb64e80
Copy full SHA for cb64e80

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python-javaobj
22

33
python-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
55
representation is a standard data interchange format in Java world.
66

77
javaobj 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.