Library serializing Ruby objects, optimized in many ways:
* Fast and small: use MessagePack (binary compact storage) and don't serialize twice the same object
* Independent of Ruby version: dump and load data across different versions
* 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 (defaults to all)
* Keeps backward compatibility with previously serialized versions
* Has callbacks support to fine tune the serialization process
* Can serialize objects having reference cycles (self-contained Arrays, Hashes, objects...)

Project Activity

See All Activity >

License

BSD License

Follow Ruby Serial

Ruby Serial Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Ruby Serial!

Additional Project Details

Intended Audience

Developers

Programming Language

Ruby

Related Categories

Ruby Software Development Software

Registered

2013-07-03