Skip to content

Commit ff14d8f

Browse files
committed
Add support for java.lang.Long
1 parent 6a7c4d8 commit ff14d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javaobj/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,6 +1986,7 @@ def do_period(self, unmarshaller, data):
19861986
"java.time.Ser": JavaTime,
19871987
"java.lang.Boolean": JavaBool,
19881988
"java.lang.Integer": JavaInt,
1989+
"java.lang.Long": JavaInt,
19891990
}
19901991

19911992
def create(self, classdesc, unmarshaller=None):

0 commit comments

Comments
 (0)