# File lib/active_record/serializers/json_serializer.rb, line 56
    def to_json(options = {})
      JsonSerializer.new(self, options).to_s
    end