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>。