XmlSerializerInputFormatter.GetCachedSerializer(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 le sérialiseur mis en cache ou crée et met en cache le sérialiseur pour le type donné.
protected:
virtual System::Xml::Serialization::XmlSerializer ^ GetCachedSerializer(Type ^ type);
protected virtual System.Xml.Serialization.XmlSerializer GetCachedSerializer (Type type);
abstract member GetCachedSerializer : Type -> System.Xml.Serialization.XmlSerializer
override this.GetCachedSerializer : Type -> System.Xml.Serialization.XmlSerializer
Protected Overridable Function GetCachedSerializer (type As Type) As XmlSerializer
Paramètres
- type
- Type
Retours
Instance XmlSerializer.