Registry / serialization / msgpack-jruby

msgpack-jruby

JSON →
library1.4.1rbrubygemsunverified

JRuby-compatible MessagePack implementation that does not use FFI, enabling binary serialization.

gem install msgpack-jruby
INSTALL
IMPORT
SIG · MSGPACK-JRUBY
M
msgpack-jruby
serializationrubyv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MessagePack
require 'msgpack'

Serialize and deserialize a hash using MessagePack

require 'msgpack' packed = MessagePack.pack({hello: 'world'}) unpacked = MessagePack.unpack(packed) puts unpacked
Debug
Known issues
breakingOnly works on JRuby; not compatible with CRuby
fix
Use msgpack gem instead for CRuby
affects: >= 0.0.0
Upgrade
Version history
1.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
msgpack-jruby — gem install msgpack-jruby · libregistry