Categories: None [Edit]

ruby-serial

https://rubygems.org/gems/ruby-serial
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.

Total

Ranking: 65,236 of 180,661
Downloads: 13,369

Daily

Ranking: 75,347 of 180,641
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
106305,962,342msgpack

Owners

#GravatarHandle
1iconmuriel