module ActiveSupport::MessagePack 
        
        Public class methods
Dumps an object. Raises ActiveSupport::MessagePack::UnserializableObjectError if the object type is not supported.
Returns true if the given dump begins with an ActiveSupport::MessagePack signature.