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

You Might Also Like
Get Advanced Threat Protection for Your Azure Workloads Icon
Get Advanced Threat Protection for Your Azure Workloads

FortiGate NGFW on Azure Enables You to Protect Your Workloads Beyond Basic Azure Security Services

FortiGate NGFW identifies and stops advanced threats with powerful application control, malware protection, web filtering, antivirus, and IPS technology. As the attack surface expands, FortiGate provides integrated and automated protection against emerging and sophisticated threats while securing hybrid or multi-cloud environments. Deploy today in Azure Marketplace.
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