# File lib/fog/core/attributes.rb, line 5
      def _load(marshalled)
        new(Marshal.load(marshalled))
      end