# File lib/dm-core/query.rb, line 199
    def self._load(marshalled)
      new(*Marshal.load(marshalled))
    end