TempDataSerializer.Deserialize(Byte[]) 方法

定义

反序列化 unprotectedDataIDictionary<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>

适用于