ActivityCodeDomSerializationManager.GetSerializer(Type, Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un sérialiseur du type demandé pour le type d'Object spécifié.
public:
virtual System::Object ^ GetSerializer(Type ^ objectType, Type ^ serializerType);
public object GetSerializer (Type objectType, Type serializerType);
abstract member GetSerializer : Type * Type -> obj
override this.GetSerializer : Type * Type -> obj
Public Function GetSerializer (objectType As Type, serializerType As Type) As Object
Paramètres
Retours
Sérialiseur du type demandé pour le type d'Object spécifié.
Implémente
Remarques
Si le type d'objet est une chaîne, un sérialiseur par défaut est retourné. Sinon, la méthode correspondante de SerializationManager est appelée.