跳至内容 跳至搜索
方法
S

实例公共方法

序列化(data)

# File activerecord/lib/active_record/encryption/extended_deterministic_queries.rb, line 149
def serialize(data)
  if data.is_a?(AdditionalValue)
    data.value
  else
    super
  end
end