Module: ActiveSupport::Messages::Metadata

Included in:
Codec
Defined in:
activesupport/lib/active_support/messages/metadata.rb

Overview

:nodoc:

Constant Summary collapse

ENVELOPE_SERIALIZERS =
[
  ::JSON,
  ActiveSupport::JSON,
  ActiveSupport::JsonWithMarshalFallback,
  Marshal,
]

Instance Attribute Summary collapse

Instance Attribute Details

#use_message_serializer_for_metadataObject

Returns the value of attribute use_message_serializer_for_metadata



9
10
11
# File 'activesupport/lib/active_support/messages/metadata.rb', line 9

def 
  @use_message_serializer_for_metadata
end