Skip to Content Skip to Search
Namespace
Methods
D
L
S

Class Public methods

dump(object)

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

# File activesupport/lib/active_support/message_pack.rb, line 20
    

load(dumped)

Loads an object dump created by ::dump.

# File activesupport/lib/active_support/message_pack.rb, line 30
    

signature?(dumped)

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

# File activesupport/lib/active_support/message_pack.rb, line 39