REST.Json.Types.JSONMarshalledAttribute

De RAD Studio API Documentation
Aller à : navigation, rechercher

REST.Json.Types.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObjectJSONMarshalledAttribute

Delphi

JSONMarshalledAttribute = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONMarshalledAttribute : public JSONBooleanAttribute

Propriétés

Type Visibilité  Source Unité  Parent
class public
REST.Json.Types.pas
REST.Json.Types.hpp
REST.Json.Types REST.Json.Types


Description

Attribut qui spécifie si un champ ou un type doit être soumis au processus de marshalling ou d'unmarshalling.

Si JSONMarshalledAttribute n'est pas présent dans un champ ou type, ce champ ou type doit être soumis au processus de marshalling ou d'unmarshalling. Si JSONMarshalledAttribute est présent mais vaut False, les processus de marshalling et d'unmarshalling ignorent ce champ ou type.

Voir aussi