Categories: None [Edit]
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,920 of 190,497
Downloads: 15,620
Daily
Ranking: 65,347 of 190,468
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 94 | 460,599,918 | msgpack |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | muriel |