SerializerFeature.AddSerializerType 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.
Surcharges
AddSerializerType(Type, Type) |
Ajoute un type de sérialiseur. |
AddSerializerType(Type, Type, Boolean) |
Ajoute un type de sérialiseur. |
AddSerializerType(Type, Type)
- Source:
- SerializerFeature.cs
Ajoute un type de sérialiseur.
public void AddSerializerType (Type targetType, Type serializerType);
member this.AddSerializerType : Type * Type -> unit
Public Sub AddSerializerType (targetType As Type, serializerType As Type)
Paramètres
- targetType
- Type
- serializerType
- Type
S’applique à
AddSerializerType(Type, Type, Boolean)
- Source:
- SerializerFeature.cs
Ajoute un type de sérialiseur.
public void AddSerializerType (Type targetType, Type serializerType, bool overrideExisting);
member this.AddSerializerType : Type * Type * bool -> unit
Public Sub AddSerializerType (targetType As Type, serializerType As Type, overrideExisting As Boolean)
Paramètres
- targetType
- Type
- serializerType
- Type
- overrideExisting
- Boolean