module ActiveSupport::MessagePack
Public Class Methods
Source
# File lib/active_support/message_pack.rb, line 20
Dumps an object. Raises ActiveSupport::MessagePack::UnserializableObjectError
if the object type is not supported.
Source
# File lib/active_support/message_pack.rb, line 30
Loads an object dump created by ::dump
.
Source
# File lib/active_support/message_pack.rb, line 39
Returns true if the given dump begins with an ActiveSupport::MessagePack
signature.