TempDataSerializer.Deserialize(Byte[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
反序列化 unprotectedData
为 IDictionary<TKey,TValue> 用于初始化 实例的 ITempDataDictionary。
public:
abstract System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Deserialize(cli::array <System::Byte> ^ unprotectedData);
public abstract System.Collections.Generic.IDictionary<string,object> Deserialize (byte[] unprotectedData);
abstract member Deserialize : byte[] -> System.Collections.Generic.IDictionary<string, obj>
Public MustOverride Function Deserialize (unprotectedData As Byte()) As IDictionary(Of String, Object)
参数
- unprotectedData
- Byte[]
的 ITempDataDictionary序列化表示形式。
返回
反序列化的 IDictionary<TKey,TValue>。