A proof-of-concept binary serialization library for DragonRuby. Currently supports serializing:
Integers;Floats;Strings;Symbols;nils,true, andfalse;Ranges;Arrays;Hashes;Structs;Timeobjects; and- arbitrary objects including the
Serializablemodule
Currently supports deserializing:
Integers;Floats;Strings;Symbols;nils,true, andfalse;Ranges;Arrays;Hashes;Structs;Timeobjects; and- arbitrary objects including the
Serializablemodule
Currently it is impossible to serialize recursive structures. This may change in the future.