Data.DBXJSONReflect.JSONMarshalled

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXJSONReflect.JSONBooleanAttributeSystem.TCustomAttributeSystem.TObjectJSONMarshalled

Delphi

JSONMarshalled = class(JSONBooleanAttribute)

C++

class PASCALIMPLEMENTATION JSONMarshalled : public JSONBooleanAttribute

Properties

Type Visibility Source Unit Parent
class public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect Data.DBXJSONReflect

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