# File lib/dm-core/types/object.rb, line 20 def self.load(value, property) Marshal.load(value.unpack('m').first) unless value.nil? end