Compartilhar via


ISerializationSurrogateProvider.GetObjectToSerialize(Object, Type) Método

Definição

Durante a desserialização, retorna um objeto que substitui o objeto especificado.

public:
 System::Object ^ GetObjectToSerialize(System::Object ^ obj, Type ^ targetType);
public object GetObjectToSerialize (object obj, Type targetType);
abstract member GetObjectToSerialize : obj * Type -> obj
Public Function GetObjectToSerialize (obj As Object, targetType As Type) As Object

Parâmetros

obj
Object

O objeto a ser substituído.

targetType
Type

O Type ao qual o objeto substituído deverá ser atribuído.

Retornos

O objeto substituído que será serializado.

Aplica-se a