# File lib/dm-core/property.rb, line 507
    def value(val)
      custom? ? self.type.dump(val, self) : val
    end