RubyGems Navigation menu

ruby-serial 1.0.2.20130725

Library serializing Ruby objects, optimized in many ways: * Space efficient: Use MessagePack (binary compact storage) and don't serialize twice the same object * Keep shared objects: if an object is shared by others, serialization still keeps the reference and does not duplicate objects in memory * Gives the ability to fine tune which attributes of your objects are to be serialized * Keeps backward compatibility with previously serialized versions.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.3.20130731 - July 31, 2013 (9.5 KB)
  2. 1.0.2.20130725 - July 25, 2013 (9.0 KB)
  3. 1.0.1.20130709 - July 09, 2013 (9.0 KB)
  4. 1.0.0.20130705 - July 05, 2013 (9.0 KB)

Runtime 相依性套件 (1):

msgpack >= 0

擁有者:

作者:

  • Muriel Salvan

SHA 256 checksum:

0820c405827f7e25b8b8d3df238470b8de0d9fa76840bc1ed523bab62a0efc15

總下載次數 13,304

這個版本 2,521

License:

Ruby 版本需求:

相關連結: