Module: ActiveSupport::MessagePack
- Extended by:
 - Serializer
 
- Defined in:
 - lib/active_support/message_pack.rb,
lib/active_support/message_pack/extensions.rb,
lib/active_support/message_pack/serializer.rb,
lib/active_support/message_pack/cache_serializer.rb 
Defined Under Namespace
Modules: CacheSerializer, Extensions, Serializer Classes: MissingClassError, UnserializableObjectError
Constant Summary
Constants included from Serializer
Serializer::SIGNATURE, Serializer::SIGNATURE_INT
Instance Method Summary collapse
- 
  
    
      #message_pack  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
:singleton-method: signature? :call-seq: signature?(dumped).
 
Methods included from Serializer
dump, load, message_pack_factory, message_pack_factory=, signature?, warmup
Instance Method Details
#message_pack ⇒ Object
:singleton-method: signature? :call-seq: signature?(dumped)
Returns true if the given dump begins with an ActiveSupport::MessagePack signature.
– Implemented by Serializer#signature?.
      48  | 
    
      # File 'lib/active_support/message_pack.rb', line 48 ActiveSupport.run_load_hooks(:message_pack, self)  |