Namespace

Module

Class

Methods

Class Public methods

dump(object)

Dumps an object. Raises ActiveSupport::MessagePack::UnserializableObjectError if the object type is not supported.

🔎 See on GitHub

load(dumped)

Loads an object dump created by ::dump.

🔎 See on GitHub

signature?(dumped)

Returns true if the given dump begins with an ActiveSupport::MessagePack signature.

🔎 See on GitHub