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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
msgpack
/
msgpack-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
123
Star
791
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-ruby
ext
java
org
msgpack
jruby
Encoder.java
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 6, 2022
Fix nested recursive extensions
Show description for 774ad72
byroot
committed
774ad72
View commit details
Copy full SHA for 774ad72
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
Allow extension procs to operate the packer/unpacker manually
Show description for 38cc30d
byroot
committed
38cc30d
View commit details
Copy full SHA for 38cc30d
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
Support serializing bigint as extension types
Show description for 84ca67c
byroot
committed
84ca67c
View commit details
Copy full SHA for 84ca67c
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
fix warnings
ahorek
committed
fbec776
View commit details
Copy full SHA for fbec776
View code at this point
Browse repository at this point
Commits on May 13, 2021
Correctly handle subclasses of primitive types
shioyama
committed
0b51d07
View commit details
Copy full SHA for 0b51d07
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
Add write_bin_header
Oliver Jundt
committed
31b2b99
View commit details
Copy full SHA for 31b2b99
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
fix extension type lookup
tagomoris
committed
2e704da
View commit details
Copy full SHA for 2e704da
View code at this point
Browse repository at this point
Commits on Feb 27, 2017
supported serialization of objects extended by a module with an ext type
christopheraue
committed
0863031
View commit details
Copy full SHA for 0863031
View code at this point
Browse repository at this point
allowed jruby packers, unpackers and factories to register an ext type for modules
christopheraue
committed
a47412c
View commit details
Copy full SHA for a47412c
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
add "hasSymbolExtType" to specify to use extension type instead of built in encoding method for symbol
tagomoris
committed
90f284a
View commit details
Copy full SHA for 90f284a
View code at this point
Browse repository at this point
Commits on May 10, 2016
Encode Bignums using the smallest possible representation
Show description for 29e1833
iconara
committed
29e1833
View commit details
Copy full SHA for 29e1833
View code at this point
Browse repository at this point
Commits on May 9, 2016
Handle the case when a Bignum in JRuby contains a small value
Show description for c2c29ba
iconara
committed
c2c29ba
View commit details
Copy full SHA for c2c29ba
View code at this point
Browse repository at this point
Commits on Dec 30, 2015
Add #write_float32 to Packer
Oliver
committed
cecfe72
View commit details
Copy full SHA for cecfe72
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
Replace Unpacker.ExtensionRegistry with ExtensionRegistry
Show description for 9b76228
iconara
committed
9b76228
View commit details
Copy full SHA for 9b76228
View code at this point
Browse repository at this point
Extract Packer.ExtensionRegistry to its own class and clean up the internals
Show description for 1e9ba40
iconara
committed
1e9ba40
View commit details
Copy full SHA for 1e9ba40
View code at this point
Browse repository at this point
Remove setter from Encoder
iconara
committed
48f9ab5
View commit details
Copy full SHA for 48f9ab5
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
add getter for Packer/Unpacker configuration (mainly for tests)
tagomoris
committed
6dcc117
View commit details
Copy full SHA for 6dcc117
View code at this point
Browse repository at this point
use long descriptive name for class
tagomoris
committed
32a3686
View commit details
Copy full SHA for 32a3686
View code at this point
Browse repository at this point
fix code styles and remove useless comments/unused functions
tagomoris
committed
1c3e205
View commit details
Copy full SHA for 1c3e205
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Fix bug to do invalid cast before check whether value is of int correctly or not
tagomoris
committed
76ba902
View commit details
Copy full SHA for 76ba902
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
Adding full spec ext type implementation for JRuby
tagomoris
committed
f55e1d1
View commit details
Copy full SHA for f55e1d1
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
jruby: pass ExtensionValue specs
funny-falcon
committed
2532ce8
View commit details
Copy full SHA for 2532ce8
View code at this point
Browse repository at this point
jruby: more compatibility
funny-falcon
committed
42d0870
View commit details
Copy full SHA for 42d0870
View code at this point
Browse repository at this point
Commits on Jun 30, 2015
Add a backwards compatibility mode to the JRuby implementation
Show description for 9db7a7c
iconara
committed
9db7a7c
View commit details
Copy full SHA for 9db7a7c
View code at this point
Browse repository at this point
Commits on May 18, 2015
Fix to pack small str/bin data into str8/bin8, same with #62
Show description for f900992
tagomoris
committed
f900992
View commit details
Copy full SHA for f900992
View code at this point
Browse repository at this point
Commits on Feb 5, 2015
Avoid removed interface RubyEncoding#newEncoding
grddev
committed
c13c070
View commit details
Copy full SHA for c13c070
View code at this point
Browse repository at this point
Commits on Jan 7, 2015
fix to specify RubyString#encode explicitly for OracleJDK compile error
tagomoris
committed
979a5de
View commit details
Copy full SHA for 979a5de
View code at this point
Browse repository at this point
Commits on Jan 5, 2015
fix to use larger type to work just same as original msgpack-ruby (to pass specs)
tagomoris
committed
364c10d
View commit details
Copy full SHA for 364c10d
View code at this point
Browse repository at this point
Add Packer and rearrange things in Encoder to support it
Show description for c9fb974
iconara
authored and
tagomoris
committed
c9fb974
View commit details
Copy full SHA for c9fb974
View code at this point
Browse repository at this point
Use RubyArray#eltOk instead of RubyArray#entry
Show description for af8329b
grddev
authored and
tagomoris
committed
af8329b
View commit details
Copy full SHA for af8329b
View code at this point
Browse repository at this point
Use RubyHash.Visitor to enumerate Hash entries
Show description for f81673b
grddev
authored and
tagomoris
committed
f81673b
View commit details
Copy full SHA for f81673b
View code at this point
Browse repository at this point
Balance the branch-tree in encodeInteger
Show description for 5c8fe6b
grddev
authored and
tagomoris
committed
5c8fe6b
View commit details
Copy full SHA for 5c8fe6b
View code at this point
Browse repository at this point
Never pack a java long as UINT64
Show description for 765e8a4
grddev
authored and
tagomoris
committed
765e8a4
View commit details
Copy full SHA for 765e8a4
View code at this point
Browse repository at this point
Use named constants instead of magic numbers
grddev
authored and
tagomoris
committed
21e0196
View commit details
Copy full SHA for 21e0196
View code at this point
Browse repository at this point
Check that bignums are actually encodable
grddev
authored and
tagomoris
committed
f21d183
View commit details
Copy full SHA for f21d183
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.