René's URL Explorer Experiment


Title: Add support for java.lang.Bool, Integer and Long classes by qistoph · Pull Request #27 · tcalmant/python-javaobj · GitHub

Open Graph Title: Add support for java.lang.Bool, Integer and Long classes by qistoph · Pull Request #27 · tcalmant/python-javaobj

X Title: Add support for java.lang.Bool, Integer and Long classes by qistoph · Pull Request #27 · tcalmant/python-javaobj

Description: This PR adds support for instances of java.lang.Bool java.lang.Integer java.lang.Long Test cases created with: import java.io.FileOutputStream; import java.io.ObjectOutputStream; import java.util.HashMap; public class Creator { public static void main(String[] args) throws Exception { HashMap hm1 = new HashMap(); hm1.put("key1", "value1"); hm1.put("key2", "value2"); hm1.put("int", 9); hm1.put("ing2", new Integer(10)); hm1.put("bool", true); hm1.put("bool2", new Boolean(true)); FileOutputStream fs = new FileOutputStream("hashmap-1.ser"); ObjectOutputStream os = new ObjectOutputStream(fs); os.writeObject(hm1); os.close(); HashMap hm2 = new HashMap(); hm2.put("key1", hm1); fs = new FileOutputStream("hashmap-2.ser"); os = new ObjectOutputStream(fs); os.writeObject(hm2); os.close(); } } Tested with: #!/usr/bin/python3 import sys import logging logging.basicConfig(level=logging.DEBUG, stream=sys.stdout) import javaobj #filename = 'creator/hashmap-1.ser' filename = 'creator/hashmap-2.ser' with open(filename, 'rb') as fd: jobj = fd.read() pobj = javaobj.loads(jobj) print(pobj)

Open Graph Description: This PR adds support for instances of java.lang.Bool java.lang.Integer java.lang.Long Test cases created with: import java.io.FileOutputStream; import java.io.ObjectOutputStream; import java.util...

X Description: This PR adds support for instances of java.lang.Bool java.lang.Integer java.lang.Long Test cases created with: import java.io.FileOutputStream; import java.io.ObjectOutputStream; import java.util...

Opengraph URL: https://github.com/tcalmant/python-javaobj/pull/27

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d31dcea4-0d90-4dec-bdbb-4cd8de5f04f7
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idED42:31006B:F9C271:14FF1D9:696ACE90
html-safe-noncebf74600447016bca0bcf21d1df08ea24755b7d4491034d16c182d2ec0bd76296
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDQyOjMxMDA2QjpGOUMyNzE6MTRGRjFEOTo2OTZBQ0U5MCIsInZpc2l0b3JfaWQiOiI2MzAzOTc3MTgwMDU2MTc4MzIwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac30fbb852c374c461ba0bc40011a3101bcb00a80d970be74cc370ecdde1aee26f
hovercard-subject-tagpull_request:272377765
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/tcalmant/python-javaobj/pull/27/files
twitter:imagehttps://avatars.githubusercontent.com/u/678500?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/678500?s=400&v=4
og:image:altThis PR adds support for instances of java.lang.Bool java.lang.Integer java.lang.Long Test cases created with: import java.io.FileOutputStream; import java.io.ObjectOutputStream; import java.util...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec785f4ce187e9e7331257791b36ddee01625bb8e292a9b4fe2c16d4c006abf5d
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/tcalmant/python-javaobj git https://github.com/tcalmant/python-javaobj.git
octolytics-dimension-user_id1540582
octolytics-dimension-user_logintcalmant
octolytics-dimension-repository_id15333794
octolytics-dimension-repository_nwotcalmant/python-javaobj
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id15333794
octolytics-dimension-repository_network_root_nwotcalmant/python-javaobj
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasec718a376fcf780eb22089171adb84a543f660bf7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/tcalmant/python-javaobj/pull/27/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftcalmant%2Fpython-javaobj%2Fpull%2F27%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ftcalmant%2Fpython-javaobj%2Fpull%2F27%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=tcalmant%2Fpython-javaobj
Reloadhttps://github.com/tcalmant/python-javaobj/pull/27/files
Reloadhttps://github.com/tcalmant/python-javaobj/pull/27/files
Reloadhttps://github.com/tcalmant/python-javaobj/pull/27/files
tcalmant https://github.com/tcalmant
python-javaobjhttps://github.com/tcalmant/python-javaobj
Notifications https://github.com/login?return_to=%2Ftcalmant%2Fpython-javaobj
Fork 20 https://github.com/login?return_to=%2Ftcalmant%2Fpython-javaobj
Star 86 https://github.com/login?return_to=%2Ftcalmant%2Fpython-javaobj
Code https://github.com/tcalmant/python-javaobj
Issues 9 https://github.com/tcalmant/python-javaobj/issues
Pull requests 1 https://github.com/tcalmant/python-javaobj/pulls
Actions https://github.com/tcalmant/python-javaobj/actions
Wiki https://github.com/tcalmant/python-javaobj/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/tcalmant/python-javaobj/security
Please reload this pagehttps://github.com/tcalmant/python-javaobj/pull/27/files
Insights https://github.com/tcalmant/python-javaobj/pulse
Code https://github.com/tcalmant/python-javaobj
Issues https://github.com/tcalmant/python-javaobj/issues
Pull requests https://github.com/tcalmant/python-javaobj/pulls
Actions https://github.com/tcalmant/python-javaobj/actions
Wiki https://github.com/tcalmant/python-javaobj/wiki
Security https://github.com/tcalmant/python-javaobj/security
Insights https://github.com/tcalmant/python-javaobj/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ftcalmant%2Fpython-javaobj%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ftcalmant%2Fpython-javaobj%2Fissues%2Fnew%2Fchoose
tcalmanthttps://github.com/tcalmant
tcalmant:masterhttps://github.com/tcalmant/python-javaobj/tree/master
qistoph:masterhttps://github.com/qistoph/python-javaobj/tree/master
Conversation 2 https://github.com/tcalmant/python-javaobj/pull/27
Commits 3 https://github.com/tcalmant/python-javaobj/pull/27/commits
Checks 0 https://github.com/tcalmant/python-javaobj/pull/27/checks
Files changed https://github.com/tcalmant/python-javaobj/pull/27/files
Please reload this pagehttps://github.com/tcalmant/python-javaobj/pull/27/files
Add support for java.lang.Bool, Integer and Long classes https://github.com/tcalmant/python-javaobj/pull/27/files#top
Show all changes 3 commits https://github.com/tcalmant/python-javaobj/pull/27/files
6a7c4d8 Support Integer and Boolean class types qistoph Apr 22, 2019 https://github.com/tcalmant/python-javaobj/pull/27/commits/6a7c4d87c47a50566fbdddbd2e204e678c824c99
ff14d8f Add support for java.lang.Long qistoph Apr 22, 2019 https://github.com/tcalmant/python-javaobj/pull/27/commits/ff14d8ffd3e8e9b6a256d4beaafbd7da8a405e65
a2c0172 Read annotations if superclass dictates that qistoph Apr 22, 2019 https://github.com/tcalmant/python-javaobj/pull/27/commits/a2c0172858d465dbbe920c656252c02417d6bed1
Clear filters https://github.com/tcalmant/python-javaobj/pull/27/files
Please reload this pagehttps://github.com/tcalmant/python-javaobj/pull/27/files
Please reload this pagehttps://github.com/tcalmant/python-javaobj/pull/27/files
javaobj/core.pyhttps://github.com/tcalmant/python-javaobj/pull/27/files#diff-b44841b979dc058806eb7c0774c4d804790c81a9f256bc56a1339ce3a2820158
View file https://github.com/qistoph/python-javaobj/blob/a2c0172858d465dbbe920c656252c02417d6bed1/javaobj/core.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/tcalmant/python-javaobj/pull/27/{{ revealButtonHref }}
https://github.com/tcalmant/python-javaobj/pull/27/files#diff-b44841b979dc058806eb7c0774c4d804790c81a9f256bc56a1339ce3a2820158
https://github.com/tcalmant/python-javaobj/pull/27/files#diff-b44841b979dc058806eb7c0774c4d804790c81a9f256bc56a1339ce3a2820158
https://github.com/tcalmant/python-javaobj/pull/27/files#diff-b44841b979dc058806eb7c0774c4d804790c81a9f256bc56a1339ce3a2820158
https://github.com/tcalmant/python-javaobj/pull/27/files#diff-b44841b979dc058806eb7c0774c4d804790c81a9f256bc56a1339ce3a2820158
https://github.com/tcalmant/python-javaobj/pull/27/files#diff-b44841b979dc058806eb7c0774c4d804790c81a9f256bc56a1339ce3a2820158
https://github.com/tcalmant/python-javaobj/pull/27/files#diff-b44841b979dc058806eb7c0774c4d804790c81a9f256bc56a1339ce3a2820158
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.