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 }}
SunilkumarYadav9
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-java
src
main
java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 26, 2013
Slightly better type errors for Unpackers.
thomaslee
committed
25f3c3d
View commit details
Copy full SHA for 25f3c3d
View code at this point
Browse repository at this point
Commits on Jul 10, 2013
changed TemplateBuilderChain class -- refined exception handling within 'createForceTemplateBuilder' method
muga
committed
10a2dcd
View commit details
Copy full SHA for 10a2dcd
View code at this point
Browse repository at this point
Commits on Mar 3, 2013
Merge pull request #33 from choplin/patch-1
Show description for b3e3a36
oza
committed
b3e3a36
View commit details
Copy full SHA for b3e3a36
View code at this point
Browse repository at this point
Commits on Mar 1, 2013
Add addClassLoader method to JavassistTemplateBuilder
Show description for 4005e9b
oza
committed
4005e9b
View commit details
Copy full SHA for 4005e9b
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
overload convert method with Template parameter
Show description for 50d7709
choplin
committed
50d7709
View commit details
Copy full SHA for 50d7709
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
TemplateBuilderChain#createForceTemplateBuilder returns ReflectionTemplateBuilder when an exception occurs
komamitsu
committed
dd3ed07
View commit details
Copy full SHA for dd3ed07
View code at this point
Browse repository at this point
Commits on Feb 6, 2013
refactored TemplateBuilderChain and AbstractTemplateBuilder classes
muga
committed
f4da134
View commit details
Copy full SHA for f4da134
View code at this point
Browse repository at this point
load javassist related classes via reflection
komamitsu
committed
d0455bc
View commit details
Copy full SHA for d0455bc
View code at this point
Browse repository at this point
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
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
[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
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
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 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
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
Commits on May 17, 2012
Fixed bug: Writing message with java.util.Set field causes StackOverflowError (MSGPACK-74)
muga
committed
5e3b8d2
View commit details
Copy full SHA for 5e3b8d2
View code at this point
Browse repository at this point
Commits on May 9, 2012
Increased limition of element sizes of unpacked array and map objects
muga
committed
f9b0114
View commit details
Copy full SHA for f9b0114
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.