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