class ActiveModel::Serializer

def key_format

def key_format
  @key_format || self.class.key_format || CONFIG.key_format
end