Data.DBXJSONReflect.JSONMarshalled

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXJSONReflect.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObjectJSONMarshalled
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: Data.DBXJSONReflect

Delphi

JSONMarshalled = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONMarshalled : public JSONBooleanAttribute

Description

Attribute that specifies whether a field or type should be marshalled or unmarshalled.

If the Value property of this JSONMarshalled is False, the field or type will be skipped during the marshalling and unmarshalling process.

If JSONMarshalled is not present, the default value is True.

See Also