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
Auth for GenAI | Auth0 Icon
Auth for GenAI | Auth0

Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.

Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
Try free now
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