REST.JsonReflect.TMarshalUnmarshalBase.UnregisterJSONMarshalled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure UnregisterJSONMarshalled(clazz: TClass; Field: string);

C++

void __fastcall UnregisterJSONMarshalled(System::TClass clazz, System::UnicodeString Field);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TMarshalUnmarshalBase


Description

Annule le recensement si un champ ou un type doit être soumis au processus marshalling ou unmarshalling.

La méthode UnregisterJSONMarshalled efface le recensement existant et rétablit la valeur par défaut de JSONMarshalledAttribute si cet attribut est défini, et True si aucun attribut n'est disponible.

Voir aussi