Data.DBXJSONReflect.JSONMarshalled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Data.DBXJSONReflect.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObjectJSONMarshalled

Delphi

JSONMarshalled = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONMarshalled : public JSONBooleanAttribute

Propriétés

Type Visibilité  Source Unité  Parent
class public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

Description

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

Si la propriété Value de ce JSONMarshalled est définie sur False, le champ ou le type sera ignoré pendant le processus marshalling et unmarshalling.

Si JSONMarshalled n'est pas présent, la valeur par défaut est True.

Voir aussi