Module: ActiveSupport::Messages::Metadata

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

Overview

:nodoc:

Constant Summary collapse

ENVELOPE_SERIALIZERS =
[
  *SerializerWithFallback::SERIALIZERS.values,
  ActiveSupport::JSON,
  ::JSON,
  Marshal,
]
TIMESTAMP_SERIALIZERS =
[
  SerializerWithFallback::SERIALIZERS.fetch(:message_pack),
  SerializerWithFallback::SERIALIZERS.fetch(:message_pack_allow_marshal),
]

Instance Attribute Summary collapse

Instance Attribute Details

#use_message_serializer_for_metadataObject

Returns the value of attribute use_message_serializer_for_metadata.



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

def 
  @use_message_serializer_for_metadata
end