ISerializationSurrogateProvider.GetDeserializedObject(Object, Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在還原序列化期間,傳回指定物件的替代物件。
public:
System::Object ^ GetDeserializedObject(System::Object ^ obj, Type ^ targetType);
public object GetDeserializedObject (object obj, Type targetType);
abstract member GetDeserializedObject : obj * Type -> obj
Public Function GetDeserializedObject (obj As Object, targetType As Type) As Object
參數
- obj
- Object
要被取代的已還原序列化物件。
傳回
已取代的已還原序列化物件。