# File lib/dm-core/property/binary.rb, line 8 def load(value) super.dup.force_encoding("BINARY") unless value.nil? end