# File lib/paper_trail.rb, line 27
  def self.serialized_attributes?
    ActiveSupport::Deprecation.warn(
      "PaperTrail.serialized_attributes? is deprecated without replacement " +
        "and always returns false."
    )
    false
  end