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