Namespace
- MODULE ActiveSupport::MessagePack::CacheSerializer
- CLASS ActiveSupport::MessagePack::UnserializableObjectError
Methods
- D
- L
- S
Class Public methods
dump(object) Link
Dumps an object. Raises ActiveSupport::MessagePack::UnserializableObjectError
if the object type is not supported.
Source: on GitHub
# File activesupport/lib/active_support/message_pack.rb, line 20