marshal v0.9.0 Marshal

Functions for decoding a Ruby object stored in binary Marshal format

Summary

Functions

Decode a complete Marshal object. The first two bytes are always the Marshal version

Decode an individual element from a Marshal object. The first byte is always a character indicating the type

Functions

decode(arg)

Decode a complete Marshal object. The first two bytes are always the Marshal version.

decode_element(arg, cache)

Decode an individual element from a Marshal object. The first byte is always a character indicating the type.