# File lib/openid/store/memcache.rb, line 97
      def deserialize(assoc_str)
        Marshal.load(assoc_str)
      end