IJsonOnSerializing Interface
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.
Spécifie que le type doit avoir sa OnSerializing() méthode appelée avant la sérialisation.
public interface class IJsonOnSerializing
public interface IJsonOnSerializing
type IJsonOnSerializing = interface
Public Interface IJsonOnSerializing
Remarques
Ce comportement est uniquement pris en charge sur les types représentant des objets JSON. Les types qui ont un convertisseur personnalisé ou représentent des collections ou des valeurs primitives ne prennent pas en charge ce comportement.
Méthodes
OnSerializing() |
Méthode appelée avant la sérialisation. |