class method
self.dump
Ruby on Rails 7.2.3
Since v7.1.6Signature
dump(object)
Dumps an object. Raises ActiveSupport::MessagePack::UnserializableObjectError if the object type is not supported.
Source
# File activesupport/lib/active_support/message_pack.rb, line 20
Defined in activesupport/lib/active_support/message_pack.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::MessagePack