class MessagePackMessageSerializer
Ruby on Rails 8.1.2
Since v7.2.3A message serializer that serializes Messages with MessagePack.
The message is converted to a hash with this structure:
{
p: <payload>,
h: {
header1: value1,
header2: value2,
...
}
}
Then it is converted to the MessagePack format.
Inherits from
Methods (defined here)
Private methods
(5)
Implementation detail — not part of the public API.
Methods (inherited)
From Object (17)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with
- # with_options
From ActiveSupport::NumericWithFormat (2)
- # to_formatted_s
- # to_fs