# File lib/dm-types/file_path.rb, line 16
      def self.dump(value, property)
        return nil if value.nil?
        value.to_s
      end