module ActiveSupport::MessagePack

Public Class Methods

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

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

Loads an object dump created by ::dump.

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

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

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