123456789_123456789_123456789_123456789_123456789_

Module: ActiveSupport::MessagePack

Class Attribute Summary

Class Method Summary

Serializer - Extended

Class Method Details

.dump(object)

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

[ GitHub ]

  
# File 'activesupport/lib/active_support/message_pack.rb', line 19

RDoc directive :singleton-method: dump

.load(dumped)

Loads an object dump created by .dump.

[ GitHub ]

  
# File 'activesupport/lib/active_support/message_pack.rb', line 29

RDoc directive :singleton-method: load

.signature?(dumped)

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

[ GitHub ]

  
# File 'activesupport/lib/active_support/message_pack.rb', line 49

rdoc_method :singleton-method: signature?