Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
urucoder
/
python-javaobj
Public
forked from
tcalmant/python-javaobj
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-javaobj
javaobj
on
deserialize
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 30, 2019
Bumped version to 0.4.0
tcalmant
committed
bc33bda
View commit details
Copy full SHA for bc33bda
View code at this point
Browse repository at this point
Removed unncessary parameter in transformer
Show description for 8e78c7a
tcalmant
committed
8e78c7a
View commit details
Copy full SHA for 8e78c7a
View code at this point
Browse repository at this point
Fixed typo in comment
tcalmant
committed
7b4b2b9
View commit details
Copy full SHA for 7b4b2b9
View code at this point
Browse repository at this point
Better Py2 compatibility for V2
tcalmant
committed
7a92a27
View commit details
Copy full SHA for 7a92a27
View code at this point
Browse repository at this point
Commits on Dec 29, 2019
Added support for Numpy arrays loading
Show description for 9c0a3a9
tcalmant
committed
9c0a3a9
View commit details
Copy full SHA for 9c0a3a9
View code at this point
Browse repository at this point
Renamed create to create_instance
Show description for 8539fce
tcalmant
committed
8539fce
View commit details
Copy full SHA for 8539fce
View code at this point
Browse repository at this point
V1 loads: give all kwargs to load
tcalmant
committed
096e4ee
View commit details
Copy full SHA for 096e4ee
View code at this point
Browse repository at this point
Added access to FD in DataStreamReader
tcalmant
committed
90100a1
View commit details
Copy full SHA for 90100a1
View code at this point
Browse repository at this point
Split of V1 marshaller and unmarshaller
Show description for 651d811
tcalmant
committed
651d811
View commit details
Copy full SHA for 651d811
View code at this point
Browse repository at this point
Fixed another isinstance bytes or str for Py2
Show description for 13c1bb2
tcalmant
committed
13c1bb2
View commit details
Copy full SHA for 13c1bb2
View code at this point
Browse repository at this point
Fixed the TypeCode conversion issue
Show description for b187df5
tcalmant
committed
b187df5
View commit details
Copy full SHA for b187df5
View code at this point
Browse repository at this point
Better Py2 compatibility in v2 parser
tcalmant
committed
fdf786a
View commit details
Copy full SHA for fdf786a
View code at this point
Browse repository at this point
Better Py2/3 cross compatibility in modified_utf8
Show description for a5e9be2
tcalmant
committed
a5e9be2
View commit details
Copy full SHA for a5e9be2
View code at this point
Browse repository at this point
Fixed JavaPrimitive transformer
tcalmant
committed
52d1339
View commit details
Copy full SHA for 52d1339
View code at this point
Browse repository at this point
Fixed the V1 parsing after use of constants
Show description for 11419bf
tcalmant
committed
11419bf
View commit details
Copy full SHA for 11419bf
View code at this point
Browse repository at this point
Commits on Dec 28, 2019
Fixed missed hint syntax
Show description for 2689fae
tcalmant
committed
2689fae
View commit details
Copy full SHA for 2689fae
View code at this point
Browse repository at this point
Moved type hints to comments
Show description for b24acff
tcalmant
committed
b24acff
View commit details
Copy full SHA for b24acff
View code at this point
Browse repository at this point
Fixed a load_from_instance
tcalmant
committed
2c3515e
View commit details
Copy full SHA for 2c3515e
View code at this point
Browse repository at this point
Use IntEnum instead of IntFlags
Show description for a4fe583
tcalmant
committed
a4fe583
View commit details
Copy full SHA for a4fe583
View code at this point
Browse repository at this point
Added a dump() method to mimic jdeserialize
tcalmant
committed
927b101
View commit details
Copy full SHA for 927b101
View code at this point
Browse repository at this point
v2: load returns None if nothing was parsed
tcalmant
committed
9a55819
View commit details
Copy full SHA for 9a55819
View code at this point
Browse repository at this point
Enum: store enum handle instead of str value
tcalmant
committed
a54136e
View commit details
Copy full SHA for a54136e
View code at this point
Browse repository at this point
Added shortcuts in javaobj.v2.__init__
tcalmant
committed
0f5ead3
View commit details
Copy full SHA for 0f5ead3
View code at this point
Browse repository at this point
Fixed v2.beans
tcalmant
committed
7474ccf
View commit details
Copy full SHA for 7474ccf
View code at this point
Browse repository at this point
Moved main to v2.main
Show description for 447af27
tcalmant
committed
447af27
View commit details
Copy full SHA for 447af27
View code at this point
Browse repository at this point
Split modules into v1 and v2 packages
Show description for 55e54ee
tcalmant
committed
55e54ee
View commit details
Copy full SHA for 55e54ee
View code at this point
Browse repository at this point
Moved constants in the top package
Show description for d98961e
tcalmant
committed
d98961e
View commit details
Copy full SHA for d98961e
View code at this point
Browse repository at this point
Added missing license in module pydoc
tcalmant
committed
5a55251
View commit details
Copy full SHA for 5a55251
View code at this point
Browse repository at this point
Commits on Dec 27, 2019
Better behaviour for JavaArray
tcalmant
committed
30bc18f
View commit details
Copy full SHA for 30bc18f
View code at this point
Browse repository at this point
Add behaviour to the beans
tcalmant
committed
e03d3df
View commit details
Copy full SHA for e03d3df
View code at this point
Browse repository at this point
Fixed some transformers
tcalmant
committed
cb3a93b
View commit details
Copy full SHA for cb3a93b
View code at this point
Browse repository at this point
JavaString str() returns the string value
tcalmant
committed
f94b7c9
View commit details
Copy full SHA for f94b7c9
View code at this point
Browse repository at this point
Fixed HashMap loading from instance
tcalmant
committed
b0e9bac
View commit details
Copy full SHA for b0e9bac
View code at this point
Browse repository at this point
Fixed call to load_from_blockdata
tcalmant
committed
c4eef48
View commit details
Copy full SHA for c4eef48
View code at this point
Browse repository at this point
Added a "main" module to mimic core API
Show description for db3a92d
tcalmant
committed
db3a92d
View commit details
Copy full SHA for db3a92d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.