共用方式為


TempDataSerializer.Deserialize(Byte[]) 方法

定義

還原 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>

適用於