Registry / serialization / storable

storable

JSON →
library0.10.0rbrubygemsunverified

Marshal Ruby classes into and out of multiple formats (yaml, json, csv, tsv).

gem install storable
INSTALL
IMPORT
SIG · STORABLE
S
storable
serializationrubyv0.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Storable
require 'storable'

Include Storable in a class to enable serialization.

require 'storable' class MyClass include Storable end obj = MyClass.new obj.to_yaml
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
storable — gem install storable · libregistry