mbulat / Rubyprot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Ruby 100.0%