Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 602 Bytes

README.rdoc

File metadata and controls

17 lines (9 loc) · 602 Bytes

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.