Partager via


IJsonOnSerializing Interface

Définition

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.

S’applique à