GlobalObject.GetSerializer(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.
Retourne le sérialiseur activé du type spécifié pour l'objet global.
public:
System::Object ^ GetSerializer(Type ^ serializerType);
public:
Platform::Object ^ GetSerializer(Platform::Type ^ serializerType);
public object GetSerializer (Type serializerType);
member this.GetSerializer : Type -> obj
Public Function GetSerializer (serializerType As Type) As Object
Paramètres
- serializerType
- Type
Type de sérialiseur à récupérer.
Retours
Sérialiseur du type spécifié s'il est pris en charge ; sinon, null.
Exceptions
serializerType a la valeur null.
Le sérialiseur non-null extrait est lui-même non sérialisable.