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 }}
yangyujiang
/
msgpack-java
Public
forked from
msgpack/msgpack-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
src
on
pull29
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 5, 2013
renamed original JavassistTemplateBuilder class
muga
committed
719f312
View commit details
Copy full SHA for 719f312
View code at this point
Browse repository at this point
fixed the issue that serialization fails with non-default class loader.
Tatsuhiko Inoue
committed
364c473
View commit details
Copy full SHA for 364c473
View code at this point
Browse repository at this point
Commits on Feb 2, 2013
added Testthreadsafety.java
komamitsu
committed
5b80f41
View commit details
Copy full SHA for 5b80f41
View code at this point
Browse repository at this point
stored decoder into thread local variable
komamitsu
committed
5c3555d
View commit details
Copy full SHA for 5c3555d
View code at this point
Browse repository at this point
Commits on Jan 29, 2013
added DalvikVmChecker
komamitsu
committed
a6bcfcd
View commit details
Copy full SHA for a6bcfcd
View code at this point
Browse repository at this point
Commits on Jan 21, 2013
minor change within MessagePack class
muga
committed
6a0c954
View commit details
Copy full SHA for 6a0c954
View code at this point
Browse repository at this point
Commits on Jan 20, 2013
renamed package of PortedImmutableEntry class: org.msgpack.util to org.msgpack.util.android
muga
committed
ca9601e
View commit details
Copy full SHA for ca9601e
View code at this point
Browse repository at this point
port SimpleImmutableEntry for Android2.2 or below
komamitsu
committed
88b6823
View commit details
Copy full SHA for 88b6823
View code at this point
Browse repository at this point
changed copyright notations
muga
committed
8c507e6
View commit details
Copy full SHA for 8c507e6
View code at this point
Browse repository at this point
Commits on Jan 19, 2013
added comment to TemplateBuilderChain class
muga
committed
88a27a8
View commit details
Copy full SHA for 88a27a8
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/after-the-sunrise/msgpack-java
muga
committed
10b860b
View commit details
Copy full SHA for 10b860b
View code at this point
Browse repository at this point
changed @since annotation within MessagePack#read(byte[], int, int, Class): 0.6.0 to 0.6.8
muga
committed
f58ac3e
View commit details
Copy full SHA for f58ac3e
View code at this point
Browse repository at this point
modified TestSimpleArrays class
muga
committed
499a9f4
View commit details
Copy full SHA for 499a9f4
View code at this point
Browse repository at this point
minor change within TestSimpleArrays class
muga
committed
6722bb9
View commit details
Copy full SHA for 6722bb9
View code at this point
Browse repository at this point
[MSGPACK-83] Gracefully handling new enum value with OrdinalEnum.
Takanori Takase
committed
e8f0662
View commit details
Copy full SHA for e8f0662
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/tomwilkie/msgpack-java
muga
committed
49d80ea
View commit details
Copy full SHA for 49d80ea
View code at this point
Browse repository at this point
Merge pull request #18 from nagoya0/compati2
Show description for 383fe05
muga
committed
383fe05
View commit details
Copy full SHA for 383fe05
View code at this point
Browse repository at this point
Commits on Jan 18, 2013
Add read(byte[] bytes, int off, int len, Class<T> c) method
tomwilkie
committed
02bd129
View commit details
Copy full SHA for 02bd129
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/msgpack/msgpack-java
Tom Wilkie
committed
3f078e7
View commit details
Copy full SHA for 3f078e7
View code at this point
Browse repository at this point
Commits on Dec 9, 2012
renamed package: custom.beans to org.msgpack.template.builder.beans
muga
committed
8b3aa63
View commit details
Copy full SHA for 8b3aa63
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/mikkoz/msgpack-java
muga
committed
1105c93
View commit details
Copy full SHA for 1105c93
View code at this point
Browse repository at this point
Commits on Aug 30, 2012
Make encoding byte[][] work correctly
Tom Wilkie
committed
9ebbaac
View commit details
Copy full SHA for 9ebbaac
View code at this point
Browse repository at this point
Test for byte[][]
Tom Wilkie
committed
b62bf2d
View commit details
Copy full SHA for b62bf2d
View code at this point
Browse repository at this point
Commits on Aug 9, 2012
sidestep Android compatibility issues.
nagoya0
committed
83cbf32
View commit details
Copy full SHA for 83cbf32
View code at this point
Browse repository at this point
Commits on Jul 23, 2012
changed changed formatter of org.msgpack.util.**.java in src/test
muga
committed
7401974
View commit details
Copy full SHA for 7401974
View code at this point
Browse repository at this point
changed changed formatter of org.msgpack.type.*.java in src/test
muga
committed
712ee09
View commit details
Copy full SHA for 712ee09
View code at this point
Browse repository at this point
changed changed formatter of org.msgpack.unpacker.Test*.java in src/test
muga
committed
f6ec048
View commit details
Copy full SHA for f6ec048
View code at this point
Browse repository at this point
fixed typo of test class name: TestUnpackerInterator to TestUnpackerIterator
muga
committed
023c8a6
View commit details
Copy full SHA for 023c8a6
View code at this point
Browse repository at this point
Commits on Jul 1, 2012
-Changed Harmony code's license comments to inline comments, for
Show description for 1c90e16
Mikołaj Koziarkiewicz
committed
1c90e16
View commit details
Copy full SHA for 1c90e16
View code at this point
Browse repository at this point
Commits on Jun 24, 2012
Added android adaptations.
Mikołaj Koziarkiewicz
committed
c7ca1c3
View commit details
Copy full SHA for c7ca1c3
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
Added ProtectionDomain argument when creating a template class. When a
Show description for 5065eec
Takanori Takase
committed
5065eec
View commit details
Copy full SHA for 5065eec
View code at this point
Browse repository at this point
Commits on Jun 5, 2012
changed test programs for MSGPACK-76
muga
committed
5996f7c
View commit details
Copy full SHA for 5996f7c
View code at this point
Browse repository at this point
fixed a bug: tries to generate a template of an abstract class (MSGPACK-76)
muga
committed
f15805d
View commit details
Copy full SHA for f15805d
View code at this point
Browse repository at this point
fixed a bug: ClassCastException occurs during generating a class that has fields of TypeVariable types (MSGPACK-75)
muga
committed
4106ac2
View commit details
Copy full SHA for 4106ac2
View code at this point
Browse repository at this point
Commits on May 18, 2012
Fixed bug: Reading message with java.util.Set field causes IllegalArgumentException (MSGPACK-74)
muga
committed
8f0ccde
View commit details
Copy full SHA for 8f0ccde
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.