ISerializationSurrogateProvider.GetDeserializedObject(Object, Type) Metodo

Definizione

Durante la deserializzazione, restituisce un oggetto che è un sostituto dell'oggetto specificato.

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

Parametri

obj
Object

Oggetto deserializzato da sostituire.

targetType
Type

Type al quale deve essere assegnato l'oggetto sostituito.

Restituisce

Oggetto deserializzato sostituito.

Si applica a