Project

rubyprot

0.0
No commit activity in last 3 years
No release in over 3 years
Simple library to aid in object serialization and messaging via Rubys Marshal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.5.1
>= 0.8.5
 Project Readme

rubyprot¶ ↑

Simple library to aid in object serialization and messaging via Rubys Marshal

An Overview¶ ↑

Rubyprot helps with the task of using Ruby’s marshal utility to package objects into binary format for storage and messaging. Marshal’s speed and simplicity make it perfect for Ruby centric applications that require disconnected object sharing.

Rubyprot currently allows for the utilization of Amazon’s S3 servers for storage and retrieval of marshaled data.

Documentation¶ ↑

rdoc.info/projects/mbulat/rubyprot

Copyright © 2009 Michael Bulat. See LICENSE for details.