Skip to Content Skip to Search
v7.1.0
module ActiveSupport::MessagePack
Methods
D
L
S

Public class methods

dump(object)

Permalink

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

GitHub

load(dumped)

Permalink

Loads an object dump created by ::dump.

GitHub

signature?(dumped)

Permalink

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

GitHub

Namespace
Definition files